diff options
Diffstat (limited to 'lib/system.h')
| -rw-r--r-- | lib/system.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/system.h b/lib/system.h index 92033355..ffa2bc70 100644 --- a/lib/system.h +++ b/lib/system.h @@ -63,11 +63,6 @@ #define powerof2(x) (((x) & ((x) - 1)) == 0) #endif -#if !HAVE_DECL_MEMPCPY -#define mempcpy(dest, src, n) \ - ((void *) ((char *) memcpy (dest, src, n) + (size_t) n)) -#endif - /* A special gettext function we use if the strings are too short. */ #define sgettext(Str) \ ({ const char *__res = strrchr (gettext (Str), '|'); \ |
