diff options
author | Roland McGrath <roland@gnu.org> | 1996-04-09 09:02:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-04-09 09:02:55 +0000 |
commit | b84095feb437da41966116101deeaba19636ebc4 (patch) | |
tree | 46c5f7cbd4cdb4a0e8ccba6f254f7828e7857cd2 | |
parent | a1a5fa67c6df00e4e7b230a6dae301b6bbf89c78 (diff) | |
download | glibc-b84095feb437da41966116101deeaba19636ebc4.tar.gz glibc-b84095feb437da41966116101deeaba19636ebc4.tar.xz glibc-b84095feb437da41966116101deeaba19636ebc4.zip |
Mon Apr 8 18:27:17 1996 Miles Bader <miles@gnu.ai.mit.edu> cvs/libc-960410 cvs/libc-960409
* sysdeps/mach/gettimeofday.c (__gettimeofday): Don't fail if the user passes in TZ, just zero it (emacs passes in a dummy variable, and rms says the hurd should be the one to change).
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ec775342db..d0b3104c88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Apr 8 18:27:17 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * sysdeps/mach/gettimeofday.c (__gettimeofday): Don't fail if the + user passes in TZ, just zero it (emacs passes in a dummy variable, + and rms says the hurd should be the one to change). + Sun Apr 7 10:37:30 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu> * sysdeps/mach/hurd/fork.c: Don't leak send rights to the child's proc |