From a886737c3e3a379989c5833823b87ac1497d07f5 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 24 Mar 2006 13:43:37 +0000 Subject: Remove redundant redefine of __clone --- libpthread/linuxthreads/pthread.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libpthread') diff --git a/libpthread/linuxthreads/pthread.c b/libpthread/linuxthreads/pthread.c index da5f9b1fa..0874b325e 100644 --- a/libpthread/linuxthreads/pthread.c +++ b/libpthread/linuxthreads/pthread.c @@ -32,8 +32,6 @@ #include "smp.h" #include -#define __clone clone - /* Sanity check. */ #if !defined __SIGRTMIN || (__SIGRTMAX - __SIGRTMIN) < 3 # error "This must not happen" -- cgit v1.2.3