diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-24 13:43:37 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-24 13:43:37 +0000 |
commit | a886737c3e3a379989c5833823b87ac1497d07f5 (patch) | |
tree | a93cbbe047060551d06454324fe55e387615205f | |
parent | b19fae0019e9914d2be8b87888a1d2a8c6311e80 (diff) |
Remove redundant redefine of __clone
-rw-r--r-- | libpthread/linuxthreads/pthread.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <not-cancel.h> -#define __clone clone - /* Sanity check. */ #if !defined __SIGRTMIN || (__SIGRTMAX - __SIGRTMIN) < 3 # error "This must not happen" |