Преглед изворни кода

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"