diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-11-04 13:02:09 +0100 |
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-11-04 13:04:26 +0100 |
| commit | 10fc37a9094ffc35145a70578930eb884a03c0c7 (patch) | |
| tree | cef66639fe602188f924e48b1a73a0f7262b579f | |
| parent | 733aeae80de66a6c443e4171dbefa8b266cb806a (diff) | |
| download | uClibc-alpine-10fc37a9094ffc35145a70578930eb884a03c0c7.tar.bz2 uClibc-alpine-10fc37a9094ffc35145a70578930eb884a03c0c7.tar.xz | |
powerpc: Fix typo in clone()
Thanks to strauman at slac stanford edu for noticing
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
| -rw-r--r-- | libc/sysdeps/linux/powerpc/clone.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/powerpc/clone.S b/libc/sysdeps/linux/powerpc/clone.S index 307053fe5..8583c66e3 100644 --- a/libc/sysdeps/linux/powerpc/clone.S +++ b/libc/sysdeps/linux/powerpc/clone.S @@ -51,7 +51,7 @@ __clone: #ifdef RESET_PID stmw r28,16(r1) #else -# ifdef __ASSUME_FIXED_CLONE_SYSCALL +# ifndef __ASSUME_FIXED_CLONE_SYSCALL stmw r29,16(r1) # else stmw r30,16(r1) |
