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:02:09 +0100 |
commit | 84144d142cb9f041dd18285cb2ad9dbe6619b0a2 (patch) | |
tree | 12642721c05c15861e3dc3b5c25c25a3e23db77e /libc | |
parent | d10475f8237e66f6a00b65427758c98d80cb381d (diff) |
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>
Diffstat (limited to 'libc')
-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) |