diff options
Diffstat (limited to 'Modules/selectmodule.c')
-rw-r--r-- | Modules/selectmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c index 1adde19..2860f37 100644 --- a/Modules/selectmodule.c +++ b/Modules/selectmodule.c @@ -27,7 +27,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #ifdef __sgi /* This is missing from unistd.h */ -extern void bzero(); +extern void bzero(void *, int); #endif #ifndef DONT_HAVE_SYS_TYPES_H |