1
0
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:
Roland McGrath
1995-12-06 00:14:32 +00:00
parent 77a58cad3f
commit 196980f511
18 changed files with 9876 additions and 95 deletions

View File

@ -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. */