From 196980f5117c8d38f10d64bf67eeb0924651675f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 6 Dec 1995 00:14:32 +0000 Subject: Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/error.c --- stdlib/stdlib.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stdlib') diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h index ba5a231abf..be778edfe4 100644 --- a/stdlib/stdlib.h +++ b/stdlib/stdlib.h @@ -337,6 +337,9 @@ extern int putenv __P ((__const char *__string)); If REPLACE is nonzero, overwrite an existing value. */ extern int setenv __P ((__const char *__name, __const char *__value, int __replace)); + +/* Remove the variable NAME from the environment. */ +extern void unsetenv __P ((__const char *__name)); #endif /* Execute the given line as a shell command. */ -- cgit 1.4.1