From 27ee0a559513db0d0e650761b6f4268b39199c74 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 27 Dec 2000 17:18:07 +0000 Subject: Update. * include/sys/wait.h: Add some prototypes. * Rules (dummy.c): Create also prototype to shut up GCC. 2000-12-27 Andreas Jaeger --- linuxthreads/pt-machine.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linuxthreads/pt-machine.c') diff --git a/linuxthreads/pt-machine.c b/linuxthreads/pt-machine.c index 438008d5d8..f6298c47a1 100644 --- a/linuxthreads/pt-machine.c +++ b/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 -- cgit 1.4.1