diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-12-08 10:52:16 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-12-08 10:52:16 +0000 |
commit | ff4eb01a424875d6ff9183c4f4f42d17743fee77 (patch) | |
tree | 7e50d614a494a6d9bc1988dcab754a46e600d079 /ChangeLog | |
parent | 2f533068b94ea0c6be63545b62b2597bc1bffcfc (diff) | |
download | glibc-ff4eb01a424875d6ff9183c4f4f42d17743fee77.tar glibc-ff4eb01a424875d6ff9183c4f4f42d17743fee77.tar.gz glibc-ff4eb01a424875d6ff9183c4f4f42d17743fee77.tar.bz2 glibc-ff4eb01a424875d6ff9183c4f4f42d17743fee77.zip |
Updated to fedora-glibc-20041208T1024
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -1,8 +1,25 @@ 2004-12-07 Jakub Jelinek <jakub@redhat.com> + * sysdeps/posix/sysconf.c (__sysconf_check_spec): Only define + if it will be actually used. + +2004-12-07 Roland McGrath <roland@redhat.com> + + * rt/tst-timer5.c (setup_test): New function. + (TEST_CLOCK_MISSING): Use it to punt test if timer_create does not + support CLOCK_MONOTONIC. + +2004-12-07 Jakub Jelinek <jakub@redhat.com> + * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Add support for NPTL where the PID is stored at userlevel and needs to be reset when - CLONE_THREAD is not used. + CLONE_THREAD is not used. Restore gp before calling _exit. + +2004-12-07 Kaz Kojima <kkojima@rr.iij4u.or.jp> + + * sysdeps/unix/sysv/linux/sh/clone.S: Clear the frame pointer when + starting a new thread. Add support for NPTL where the PID is stored + at userlevel and needs to be reset when CLONE_THREAD is not used. 2004-12-01 Jakub Jelinek <jakub@redhat.com> |