diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-03 22:02:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-03 22:02:13 +0000 |
commit | 4f6f0a8fcff3219a19e860f0c4037d9e5646042c (patch) | |
tree | e3762b7a1738b04c266852eee550eddc5a96aef5 /nptl/ChangeLog | |
parent | be095ffaf426d462028b836432ef3ba32d45e3a5 (diff) | |
download | glibc-4f6f0a8fcff3219a19e860f0c4037d9e5646042c.tar glibc-4f6f0a8fcff3219a19e860f0c4037d9e5646042c.tar.gz glibc-4f6f0a8fcff3219a19e860f0c4037d9e5646042c.tar.bz2 glibc-4f6f0a8fcff3219a19e860f0c4037d9e5646042c.zip |
Update.
2003-03-03 Ulrich Drepper <drepper@redhat.com>
* include/sched.h (__clone2): Use ... instead of adding all the
new parameters.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 740d6ff1f8..98d312cf88 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,11 @@ +2003-03-03 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/libc_pthread_init.c + (__pthread_child_handler): Renamed from pthread_child_handler, + exported, and marked hidden. Change all users. + * sysdeps/unix/sysv/linux/register-atfork.c (free_mem): Do not + free __pthread_child_handler from child list. + 2003-03-03 Martin Schwidefsky <schwidefsky@de.ibm.com> * atomic.h (atomic_exchange_and_add): Return newval, not oldval. |