diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-08 23:47:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-08 23:47:35 +0000 |
commit | bf0fdbac7c3b2a428a99f16b20b4c30f4bc83f84 (patch) | |
tree | d12b6a15a261728255887b625f9d39b5235e4bb8 | |
parent | c927e8958d4006bc8942b6e11d20769ee9bb9a50 (diff) |
sync prototypes with glibc
-rw-r--r-- | libpthread/linuxthreads/pt-machine.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpthread/linuxthreads/pt-machine.c b/libpthread/linuxthreads/pt-machine.c index 4753bf3b5..5cd477ce9 100644 --- a/libpthread/linuxthreads/pt-machine.c +++ b/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> |