aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-29 22:25:03 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-29 22:25:03 +0000
commitdbc75fb3ccd8626ddedd2fe0f3621166059a8c80 (patch)
tree28da53a57b03d6ca86acee251e485397c29fa6a4 /ChangeLog
parentde4a40d07fd7bed8f57a49a22bf8c110751e80d6 (diff)
downloadglibc-dbc75fb3ccd8626ddedd2fe0f3621166059a8c80.tar
glibc-dbc75fb3ccd8626ddedd2fe0f3621166059a8c80.tar.gz
glibc-dbc75fb3ccd8626ddedd2fe0f3621166059a8c80.tar.bz2
glibc-dbc75fb3ccd8626ddedd2fe0f3621166059a8c80.zip
Update.
* stdlib/Makefile (tests): Add tst-environ.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61b75f3825..28a2a76870 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
* sysdeps/generic/putenv.c: Use __add_to_environ instead of setenv.
* include/stdlib.h: Add prototype of __add_to_environ.
* stdlib/tst-environ.c: New file.
+ * stdlib/Makefile (tests): Add tst-environ.
* sysdeps/i386/bits/string.h (__memset_cc): Fix typo in last patch.