diff options
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) |