diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-05 05:15:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-05 05:15:35 +0000 |
commit | d5ed0118caf96e8b0d9d17e8434efafb8a183629 (patch) | |
tree | 8075122699c2101df4b58e2a7486f2ecc26b9bbe /nptl/ChangeLog | |
parent | ac110745dcbef340ea4f5808f96a95bb306df3ae (diff) | |
download | glibc-d5ed0118caf96e8b0d9d17e8434efafb8a183629.tar.gz glibc-d5ed0118caf96e8b0d9d17e8434efafb8a183629.tar.xz glibc-d5ed0118caf96e8b0d9d17e8434efafb8a183629.zip |
* forward.c (pthread_self): Use FORWARD3 macro to correct return type.
* sysdeps/i386/td_ta_map_lwp2thr.c: Moved from ../nptl_db. * sysdeps/generic/td_ta_map_lwp2thr.c: New file. * pthread_create.c (start_thread): Add missing & on __nptl_last_event.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 45a7b34c9a..154851a16b 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,12 @@ +2002-12-04 Roland McGrath <roland@redhat.com> + + * forward.c (pthread_self): Use FORWARD3 macro to correct return type. + + * sysdeps/i386/td_ta_map_lwp2thr.c: Moved from ../nptl_db. + * sysdeps/generic/td_ta_map_lwp2thr.c: New file. + + * pthread_create.c (start_thread): Add missing & on __nptl_last_event. + 2002-12-04 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h: Make pthread_t |