diff options
author | Roland McGrath <roland@gnu.org> | 2003-06-27 06:21:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-06-27 06:21:51 +0000 |
commit | 768a8fcdedbd58048fb85e41535b5fc9e4866a7a (patch) | |
tree | 02ff8e8dca4414de253f0714a80e7c3496590262 /ChangeLog | |
parent | 72541de928619746d4a4b909302807f449fa9309 (diff) | |
download | glibc-768a8fcdedbd58048fb85e41535b5fc9e4866a7a.tar.gz glibc-768a8fcdedbd58048fb85e41535b5fc9e4866a7a.tar.xz glibc-768a8fcdedbd58048fb85e41535b5fc9e4866a7a.zip |
* sysdeps/mach/configure.in: Barf rather than define NO_CREATION_TIME.
* sysdeps/mach/configure: Regenerated. * sysdeps/mach/hurd/times.c (times_init): Function removed. (__times): Assume `creation_time' field is available. * sysdeps/mach/hurd/Makefile [$(subdir) = csu] (sysdep_routines): Don't append set-init. * sysdeps/mach/hurd/set-init.c: File removed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d683495c17..9e1d50addf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-06-26 Roland McGrath <roland@frob.com> + + * sysdeps/mach/configure.in: Barf rather than define NO_CREATION_TIME. + * sysdeps/mach/configure: Regenerated. + * sysdeps/mach/hurd/times.c (times_init): Function removed. + (__times): Assume `creation_time' field is available. + * sysdeps/mach/hurd/Makefile [$(subdir) = csu] (sysdep_routines): + Don't append set-init. + * sysdeps/mach/hurd/set-init.c: File removed. + 2003-06-26 Roland McGrath <roland@redhat.com> * elf/elf.h (AT_SECURE): New macro. |