diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-12-05 07:45:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-12-05 07:45:18 +0000 |
commit | 110b21a2ba88c55a06ba9fca9a5d92021feda9dc (patch) | |
tree | cbc520e804d4c778ceee31fdfe601caa8b81ae9e /nptl | |
parent | 577e4aa1ec5462ead3af4ba2236881ed4672f01e (diff) | |
download | glibc-110b21a2ba88c55a06ba9fca9a5d92021feda9dc.tar glibc-110b21a2ba88c55a06ba9fca9a5d92021feda9dc.tar.gz glibc-110b21a2ba88c55a06ba9fca9a5d92021feda9dc.tar.bz2 glibc-110b21a2ba88c55a06ba9fca9a5d92021feda9dc.zip |
clone syscall implementation for nptl/i386.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/i386/clone.S | 2 |
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> |