diff options
author | Roland McGrath <roland@gnu.org> | 2005-12-21 22:54:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-12-21 22:54:00 +0000 |
commit | 8dea90aab05bd062d0c8a6974d5405c69982e82a (patch) | |
tree | abaf93653b73792e22cd77c73bbca9075054b022 /nptl/ChangeLog | |
parent | 8f480b4bc2540b05c200617d68d3be465ccd2a7e (diff) | |
download | glibc-8dea90aab05bd062d0c8a6974d5405c69982e82a.tar.gz glibc-8dea90aab05bd062d0c8a6974d5405c69982e82a.tar.xz glibc-8dea90aab05bd062d0c8a6974d5405c69982e82a.zip |
* sysdeps/mach/hurd/ifreq.c: Add missing #includes.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index a63c047233..3d2d4adae7 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,16 @@ +2005-12-21 Roland McGrath <roland@redhat.com> + + * libc-cancellation.c: Use <> rather than "" #includes. + * pt-cleanup.c: Likewise. + * pthread_create.c: Likewise. + * pthread_join.c: Likewise. + * pthread_timedjoin.c: Likewise. + * pthread_tryjoin.c: Likewise. + * sysdeps/unix/sysv/linux/libc_pthread_init.c: Likewise. + * sysdeps/unix/sysv/linux/register-atfork.c: Likewise. + * sysdeps/unix/sysv/linux/unregister-atfork.c: Likewise. + * unwind.c: Likewise. + 2005-12-19 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/sh/tcb-offsets.sym: Add POINTER_GUARD. |