clone syscall implementation for nptl/i386.
authorUlrich Drepper <drepper@redhat.com>
Sun, 5 Dec 2004 07:45:18 +0000 (07:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 5 Dec 2004 07:45:18 +0000 (07:45 +0000)
nptl/sysdeps/unix/sysv/linux/i386/clone.S [new file with mode: 0644]

diff --git a/nptl/sysdeps/unix/sysv/linux/i386/clone.S b/nptl/sysdeps/unix/sysv/linux/i386/clone.S
new file mode 100644 (file)
index 0000000..95c17f1
--- /dev/null
@@ -0,0 +1,2 @@
+#define RESET_PID
+#include <sysdeps/unix/sysv/linux/i386/clone.S>