From: Ulrich Drepper Date: Sat, 5 Apr 1997 00:42:16 +0000 (+0000) Subject: Add prototype for __clearenv. X-Git-Tag: cvs/libc20x-ud-970404~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cb9ee67467a02d04d7394631ad9c95aa0359392;p=thirdparty%2Fglibc.git Add prototype for __clearenv. --- diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h index 758241ee438..6aad638b393 100644 --- a/stdlib/stdlib.h +++ b/stdlib/stdlib.h @@ -416,6 +416,7 @@ extern void unsetenv __P ((__const char *__name)); /* The `clearenv' was planned to be added to POSIX.1 but probably never made it. Nevertheless the POSIX.9 standard (POSIX bindings for Fortran 77) requires this function. */ +extern int __clearenv __P ((void)); extern int clearenv __P ((void)); #endif