소스 검색

sync prototypes with glibc

Mike Frysinger 20 년 전
부모
커밋
bf0fdbac7c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      libpthread/linuxthreads/pt-machine.c

+ 3 - 0
libpthread/linuxthreads/pt-machine.c

@@ -19,4 +19,7 @@
 
 #define PT_EI
 
+extern long int testandset (int *spinlock);
+extern int __compare_and_swap (long int *p, long int oldval, long int newval);
+
 #include <pt-machine.h>