about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-11-28 10:08:49 +0000
committerUlrich Drepper <drepper@redhat.com>2002-11-28 10:08:49 +0000
commit654dff90cc1da3c12b82b155280b89adb1cf331c (patch)
tree04bb6d1c08812735a53f078bd7a30486ad9c930d /nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S
parentacd42b789378ab70046966872003347c0ef067db (diff)
downloadglibc-654dff90cc1da3c12b82b155280b89adb1cf331c.tar.gz
glibc-654dff90cc1da3c12b82b155280b89adb1cf331c.tar.xz
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.S1
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>