1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
* sysdeps/generic/dl-environ.c: Add prototype for unsetenv.

	* sysdeps/unix/sysv/linux/i386/setrlimit.c: Add prototype for
	__new_setrlimit.

	* sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c: Add prototype for
	__old_getrlimit64.

	* sysdeps/unix/sysv/linux/i386/getrlimit.c: Add prototype for
	__new_getrlimit.

	* sysdeps/unix/sysv/linux/i386/chown.c: Add prototypes for
	__chown_is_lchown and __real_chown.
This commit is contained in:
Andreas Jaeger
2000-12-28 14:22:22 +00:00
parent 8da8e2dbd2
commit dde52fca48
6 changed files with 30 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <ldsodefs.h>
extern char **_environ;
extern void unsetenv (const char *name);
/* Walk through the environment of the process and return all entries
starting with `LD_'. */