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