소스 검색

- add prototypes

Bernhard Reutner-Fischer 15 년 전
부모
커밋
73decb0e8d
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      libpthread/linuxthreads/sysdeps/i386/pt-machine.h

+ 1 - 2
libpthread/linuxthreads/sysdeps/i386/pt-machine.h

@@ -32,10 +32,9 @@
 # define PT_EI __extern_always_inline
 #endif
 
-/*
 extern long int testandset (int *spinlock);
 extern int __compare_and_swap (long int *p, long int oldval, long int newval);
-*/
+
 /* Get some notion of the current stack.  Need not be exactly the top
    of the stack, just something somewhere in the current frame.  */
 #define CURRENT_STACK_FRAME  __builtin_frame_address (0)