summaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-04-05 00:42:16 +0000
committerUlrich Drepper <drepper@redhat.com>1997-04-05 00:42:16 +0000
commit5cb9ee67467a02d04d7394631ad9c95aa0359392 (patch)
tree1f87ae250b5dc4a36990fc32c12eff8db1fe7465 /stdlib
parent72b6c2b1c7a61ebdfd4071f67275620d7db09b75 (diff)
Add prototype for __clearenv.
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/stdlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h
index 758241ee43..6aad638b39 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