From 37756a838922d080448793aa5ab5e90c5aba78c1 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 7 Dec 2004 14:01:11 +0000 Subject: Updated to fedora-glibc-20041207T1331 --- nptl/sysdeps/unix/sysv/linux/i386/clone.S | 2 ++ nptl/sysdeps/unix/sysv/linux/x86_64/clone.S | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 nptl/sysdeps/unix/sysv/linux/i386/clone.S create mode 100644 nptl/sysdeps/unix/sysv/linux/x86_64/clone.S (limited to 'nptl/sysdeps/unix/sysv') 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 diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/clone.S b/nptl/sysdeps/unix/sysv/linux/x86_64/clone.S new file mode 100644 index 0000000000..dfa6adb3e2 --- /dev/null +++ b/nptl/sysdeps/unix/sysv/linux/x86_64/clone.S @@ -0,0 +1,2 @@ +#define RESET_PID +#include -- cgit 1.4.1