summaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-12-05 07:45:18 +0000
committerUlrich Drepper <drepper@redhat.com>2004-12-05 07:45:18 +0000
commit110b21a2ba88c55a06ba9fca9a5d92021feda9dc (patch)
treecbc520e804d4c778ceee31fdfe601caa8b81ae9e /nptl
parent577e4aa1ec5462ead3af4ba2236881ed4672f01e (diff)
clone syscall implementation for nptl/i386.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/i386/clone.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/clone.S b/nptl/sysdeps/unix/sysv/linux/i386/clone.S
new file mode 100644
index 0000000000..95c17f18e4
--- /dev/null
+++ b/nptl/sysdeps/unix/sysv/linux/i386/clone.S
@@ -0,0 +1,2 @@
+#define RESET_PID
+#include <sysdeps/unix/sysv/linux/i386/clone.S>