summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-03-24 13:43:37 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-03-24 13:43:37 +0000
commita886737c3e3a379989c5833823b87ac1497d07f5 (patch)
treea93cbbe047060551d06454324fe55e387615205f /libpthread
parentb19fae0019e9914d2be8b87888a1d2a8c6311e80 (diff)
Remove redundant redefine of __clone
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/linuxthreads/pthread.c2
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"