[git commit branch/0.9.32] powerpc: Fix typo in clone()

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Nov 4 12:04:26 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=10fc37a9094ffc35145a70578930eb884a03c0c7
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/0.9.32

Thanks to strauman at slac stanford edu for noticing

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 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 307053f..8583c66 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)


More information about the uClibc-cvs mailing list