Try to make (client) clone() work for ppc32-linux.  I don't know if I
was successful for real uses of clone, but fork-disguised-as-clone
appears to work now.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4082 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vki_unistd-ppc32-linux.h b/coregrind/vki_unistd-ppc32-linux.h
index d8091e7..205f8c3 100644
--- a/coregrind/vki_unistd-ppc32-linux.h
+++ b/coregrind/vki_unistd-ppc32-linux.h
@@ -36,7 +36,7 @@
 #define __NR_write			  4
 #define __NR_open			  5
 #define __NR_close			  6
-//#define __NR_waitpid			  7
+#define __NR_waitpid			  7
 #define __NR_creat			  8
 //#define __NR_link			  9
 #define __NR_unlink			 10