From 84144d142cb9f041dd18285cb2ad9dbe6619b0a2 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 4 Nov 2011 13:02:09 +0100 Subject: powerpc: Fix typo in clone() Thanks to strauman at slac stanford edu for noticing Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/powerpc/clone.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3