OSDN Git Service

Remove redundant redefine of __clone
authorPeter S. Mazinger <ps.m@gmx.net>
Fri, 24 Mar 2006 13:43:37 +0000 (13:43 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Fri, 24 Mar 2006 13:43:37 +0000 (13:43 -0000)
libpthread/linuxthreads/pthread.c

index da5f9b1..0874b32 100644 (file)
@@ -32,8 +32,6 @@
 #include "smp.h"
 #include <not-cancel.h>
 
-#define __clone clone
-
 /* Sanity check.  */
 #if !defined __SIGRTMIN || (__SIGRTMAX - __SIGRTMIN) < 3
 # error "This must not happen"