mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/error.c
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user