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/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S | |
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/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S b/nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S new file mode 100644 index 0000000000..41ae251333 --- /dev/null +++ b/nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S @@ -0,0 +1 @@ +#include <sysdeps/unix/sysv/linux/x86_64/vfork.S> |