diff options
Diffstat (limited to 'stdlib/stdlib.h')
-rw-r--r-- | stdlib/stdlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h index 6fad54eaf6..cc86d38361 100644 --- a/stdlib/stdlib.h +++ b/stdlib/stdlib.h @@ -437,6 +437,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 |