diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-01-04 07:48:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-01-04 07:48:13 +0000 |
commit | 574b268e7f7a76fe3bcfe389509d9ff91227a860 (patch) | |
tree | ee213b8410cd034b34d72858e2488125359dc88f /ChangeLog | |
parent | 3fb2606af3b1ab6e6bef7065c65eaca197d73a89 (diff) | |
download | glibc-574b268e7f7a76fe3bcfe389509d9ff91227a860.tar.gz |
Update.
* stdlib/Makefile: Add rules to build and run tst-putenv.
* stdlib/tst-putenv.c: New file.
* stdlib/tst-putenvmod.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ * sysdeps/generic/libc-start.c [SHARED] (__libc_start_main): Don't initialize __environ again. + * stdlib/Makefile: Add rules to build and run tst-putenv. + * stdlib/tst-putenv.c: New file. + * stdlib/tst-putenvmod.c: New file. * sysdeps/unix/sysv/linux/init-first.c: Clean file up. Don't define unnecessary wrappers or aliases of static functions. |