From 5cb9ee67467a02d04d7394631ad9c95aa0359392 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 5 Apr 1997 00:42:16 +0000 Subject: [PATCH] Add prototype for __clearenv. --- stdlib/stdlib.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2