diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-11-26 07:16:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-11-26 07:16:57 +0000 |
commit | 90692538658ce0c42abacb0c053c7e88bc5d649d (patch) | |
tree | c32870fa03cb6e6cc01e4be5529eb59704db3b07 /ChangeLog | |
parent | 20dc2f79f7626201b14bb706688bb2171c7cb59c (diff) | |
download | glibc-90692538658ce0c42abacb0c053c7e88bc5d649d.tar.gz glibc-90692538658ce0c42abacb0c053c7e88bc5d649d.tar.xz glibc-90692538658ce0c42abacb0c053c7e88bc5d649d.zip |
Update.
2004-11-26 Jakub Jelinek <jakub@redhat.com> * stdlib/stdlib.h (setenv): Use nonnull only for second argument. (unsetenv): Remove.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0267ce381b..e04b490a6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-26 Jakub Jelinek <jakub@redhat.com> + + * stdlib/stdlib.h (setenv): Use nonnull only for second argument. + (unsetenv): Remove. + 2004-11-23 Paolo Bonzini <bonzini@gnu.org> * posix/regcomp.c (analyze_tree): Always call calc_epsdest. |