summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/io.c b/io.c
index 5e3a48e8ce..698dee3cf8 100644
--- a/io.c
+++ b/io.c
@@ -56,10 +56,6 @@ struct timeval {
#include <unistd.h>
#endif
-#ifndef strdup
-char *strdup();
-#endif
-
extern void Init_File _((void));
#ifdef __BEOS__