diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-01-24 11:19:56 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-01-24 11:19:56 +0000 |
commit | 99f1b15bd12249169a0fc125fc6daab4f8c4f48b (patch) | |
tree | f42be7a87808b2d28fb6d1a3cdedf17ecb9cb748 /ChangeLog | |
parent | 1f3109a5f8b7facf9fa655ce48da3be0767141cd (diff) | |
download | glibc-99f1b15bd12249169a0fc125fc6daab4f8c4f48b.tar.gz glibc-99f1b15bd12249169a0fc125fc6daab4f8c4f48b.tar.xz glibc-99f1b15bd12249169a0fc125fc6daab4f8c4f48b.zip |
* hurd/hurdsig.c (_hurdsig_getenv): Remove spurious innermost declaration of value such that we actually return the value of the environment variable.
2001-01-24 Mark Kettenis <kettenis@gnu.org> * hurd/hurdsig.c (_hurdsig_getenv): Remove spurious innermost declaration of value such that we actually return the value of the environment variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d2e2e1be5f..6a2a742c70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-01-24 Mark Kettenis <kettenis@gnu.org> + + * hurd/hurdsig.c (_hurdsig_getenv): Remove spurious innermost + declaration of value such that we actually return the value of the + environment variable. + 2001-01-24 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/init-first.c: Remove extra __sysctl |