소스 검색

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"