diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-11-28 10:08:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-11-28 10:08:49 +0000 |
commit | 654dff90cc1da3c12b82b155280b89adb1cf331c (patch) | |
tree | 04bb6d1c08812735a53f078bd7a30486ad9c930d /nptl/ChangeLog | |
parent | acd42b789378ab70046966872003347c0ef067db (diff) | |
download | glibc-654dff90cc1da3c12b82b155280b89adb1cf331c.tar glibc-654dff90cc1da3c12b82b155280b89adb1cf331c.tar.gz glibc-654dff90cc1da3c12b82b155280b89adb1cf331c.tar.bz2 glibc-654dff90cc1da3c12b82b155280b89adb1cf331c.zip |
Update.
2002-11-28 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/x86_64/pthread_once.S: New file.
* sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: New file.
* sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: New file.
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 b7cb65fb48..96a1e74bb5 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,11 @@ +2002-11-28 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: New file. + + * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: New file. + + * sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: New file. + 2002-11-27 Ulrich Drepper <drepper@redhat.com> * sysdeps/x86_64/bits/atomic.h: New file. |