aboutsummaryrefslogtreecommitdiff
path: root/libiberty/memmove.c
diff options
context:
space:
mode:
Diffstat (limited to 'libiberty/memmove.c')
-rw-r--r--libiberty/memmove.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libiberty/memmove.c b/libiberty/memmove.c
index 30801f2..06a24fc 100644
--- a/libiberty/memmove.c
+++ b/libiberty/memmove.c
@@ -13,11 +13,7 @@ Copies @var{count} bytes from memory area @var{from} to memory area
*/
#include <ansidecl.h>
-#ifdef ANSI_PROTOTYPES
#include <stddef.h>
-#else
-#define size_t unsigned long
-#endif
void bcopy (const void*, void*, size_t);