diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-27 17:18:07 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-27 17:18:07 +0000 |
commit | 27ee0a559513db0d0e650761b6f4268b39199c74 (patch) | |
tree | 9ce06a8596a1a5befd819bf1dcba82472d678a6b /linuxthreads/sysdeps/mips/pspinlock.c | |
parent | a375a533a2445079390907b962464a379d25f5d5 (diff) | |
download | glibc-27ee0a559513db0d0e650761b6f4268b39199c74.tar glibc-27ee0a559513db0d0e650761b6f4268b39199c74.tar.gz glibc-27ee0a559513db0d0e650761b6f4268b39199c74.tar.bz2 glibc-27ee0a559513db0d0e650761b6f4268b39199c74.zip |
Update.
* include/sys/wait.h: Add some prototypes.
* Rules (dummy.c): Create also prototype to shut up GCC.
2000-12-27 Andreas Jaeger <aj@suse.de>
Diffstat (limited to 'linuxthreads/sysdeps/mips/pspinlock.c')
-rw-r--r-- | linuxthreads/sysdeps/mips/pspinlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/sysdeps/mips/pspinlock.c b/linuxthreads/sysdeps/mips/pspinlock.c index 7df3040bda..ab73d1dd40 100644 --- a/linuxthreads/sysdeps/mips/pspinlock.c +++ b/linuxthreads/sysdeps/mips/pspinlock.c @@ -21,7 +21,7 @@ #include <pthread.h> #include <sgidefs.h> #include <sys/tas.h> - +#include "internals.h" #if (_MIPS_ISA >= _MIPS_ISA_MIPS2) |