about summary refs log tree commit diff
path: root/Src/prototypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/prototypes.h')
-rw-r--r--Src/prototypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/prototypes.h b/Src/prototypes.h
index 00988ac4c..e3db4f5ee 100644
--- a/Src/prototypes.h
+++ b/Src/prototypes.h
@@ -130,5 +130,5 @@ extern char *strerror _((int errnum));
 /***************************************************/
 
 #ifndef HAVE_MEMMOVE
-extern void bcopy _((const void *, void *, int));
+extern void bcopy _((const void *, void *, size_t));
 #endif