diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-31 21:10:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-31 21:10:07 +0000 |
commit | 6d6ee629afa277bc03dea147e937925e8cf3ec31 (patch) | |
tree | 4659cef14e08a04fd18d035f230eedda02dbb7db /ChangeLog | |
parent | a4baf360be5b32c2246d4a7b6fef34e2d5b0c4fe (diff) | |
download | glibc-6d6ee629afa277bc03dea147e937925e8cf3ec31.tar.gz glibc-6d6ee629afa277bc03dea147e937925e8cf3ec31.tar.xz glibc-6d6ee629afa277bc03dea147e937925e8cf3ec31.zip |
Update.
2002-12-31 Ulrich Drepper <drepper@redhat.com> * malloc/thread-m.h [SHARED] (thread_atfork): Assume __dso_handle is available. * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Re-add
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 0623e2056e..c0c028569d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-12-31 Ulrich Drepper <drepper@redhat.com> + + * malloc/thread-m.h [SHARED] (thread_atfork): Assume __dso_handle + is available. + 2002-12-31 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Sync @@ -9,7 +14,7 @@ * sysdeps/unix/sysv/linux/kernel_stat.h (_HAVE_STAT_NSEC,_HAVE_STAT_NSEC64): New. - * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Readd + * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Re-add __unused[1-3] since they're needed by some platforms. Handle _HAVE_STAT_NSEC and _HAVE_STAT_NSEC64. |