From 8df7e74990e125c9632e006e61d6378009702079 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 30 Apr 2006 11:45:38 +0000 Subject: Fix up prototype of strtoul() to match POSIX. --- src/include/stdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/stdlib.h b/src/include/stdlib.h index 4dcabfb65..4dd7e54c5 100644 --- a/src/include/stdlib.h +++ b/src/include/stdlib.h @@ -1,6 +1,6 @@ #ifndef STDLIB_H #define STDLIB_H -extern unsigned long strtoul ( const char *p, const char **endp, int base ); +extern unsigned long strtoul ( const char *p, char **endp, int base ); #endif /* STDLIB_H */ -- cgit v1.2.3-55-g7522