Преглед на файлове

Remove redundant redefine of __clone

Peter S. Mazinger преди 18 години
родител
ревизия
a886737c3e
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      libpthread/linuxthreads/pthread.c

+ 0 - 2
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"