aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/io.c b/io.c
index c58b8ca1..6756782a 100644
--- a/io.c
+++ b/io.c
@@ -1367,7 +1367,6 @@ devopen(const char *name, const char *mode)
int flag = 0;
int len;
int family;
- extern unsigned long strtoul(const char *, char **endptr, int base);
flag = str2mode(mode);