svn commit: trunk/uClibc/libpthread/linuxthreads

psm at uclibc.org psm at uclibc.org
Fri Mar 24 13:43:39 UTC 2006


Author: psm
Date: 2006-03-24 05:43:37 -0800 (Fri, 24 Mar 2006)
New Revision: 14647

Log:
Remove redundant redefine of __clone

Modified:
   trunk/uClibc/libpthread/linuxthreads/pthread.c


Changeset:
Modified: trunk/uClibc/libpthread/linuxthreads/pthread.c
===================================================================
--- trunk/uClibc/libpthread/linuxthreads/pthread.c	2006-03-24 13:00:29 UTC (rev 14646)
+++ trunk/uClibc/libpthread/linuxthreads/pthread.c	2006-03-24 13:43:37 UTC (rev 14647)
@@ -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"




More information about the uClibc-cvs mailing list