diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-17 17:50:56 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-17 17:50:56 +0000 |
commit | 5c80f57cfcbe5b3aee94cffde108a22d3e38f7e4 (patch) | |
tree | 6f4108cfa2c9e69db7af38a210453dbaf53d150c /linuxthreads/internals.h | |
parent | 715ed1e9a557ae8d06d532ddeb42c11b79327d9a (diff) | |
download | glibc-5c80f57cfcbe5b3aee94cffde108a22d3e38f7e4.tar.gz glibc-5c80f57cfcbe5b3aee94cffde108a22d3e38f7e4.tar.xz glibc-5c80f57cfcbe5b3aee94cffde108a22d3e38f7e4.zip |
Update.
* elf/neededobj1.c: Likewise. * elf/neededobj2.c: Likewise. * elf/neededobj3.c: Likewise. * elf/neededobj4.c: Likewise. * elf/nextmod1.c: Likewise. * elf/nextmod2.c: Likewise.
Diffstat (limited to 'linuxthreads/internals.h')
-rw-r--r-- | linuxthreads/internals.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/internals.h b/linuxthreads/internals.h index f5915529b2..b81e5f4a63 100644 --- a/linuxthreads/internals.h +++ b/linuxthreads/internals.h @@ -27,6 +27,9 @@ #include <sys/types.h> #include <bits/libc-tsd.h> /* for _LIBC_TSD_KEY_N */ +extern long int testandset (int *spinlock); +extern int __compare_and_swap (long int *p, long int oldval, long int newval); + #include "pt-machine.h" #include "semaphore.h" #include "../linuxthreads_db/thread_dbP.h" |