Explorar o código

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>
Bernhard Reutner-Fischer %!s(int64=13) %!d(string=hai) anos
pai
achega
84144d142c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libc/sysdeps/linux/powerpc/clone.S

+ 1 - 1
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)