diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-30 11:50:50 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-30 11:50:50 +0000 |
commit | 17de1ab3f64fc0de4f242f5960cd67e3fe1d6547 (patch) | |
tree | 054ee9dd3d0a755acb502a40e28808a48e0714d6 /libpthread/linuxthreads | |
parent | bc762b6f1aacdcf388d02e8cbf4b672768dcb819 (diff) |
- remove some duplicate includes
Diffstat (limited to 'libpthread/linuxthreads')
-rw-r--r-- | libpthread/linuxthreads/sysdeps/mips/pspinlock.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpthread/linuxthreads/sysdeps/mips/pspinlock.c b/libpthread/linuxthreads/sysdeps/mips/pspinlock.c index a106c0f77..4d6617e1b 100644 --- a/libpthread/linuxthreads/sysdeps/mips/pspinlock.c +++ b/libpthread/linuxthreads/sysdeps/mips/pspinlock.c @@ -23,8 +23,6 @@ #include <sys/tas.h> #include "internals.h" -#include <sgidefs.h> - /* This implementation is similar to the one used in the Linux kernel. */ int __pthread_spin_lock (pthread_spinlock_t *lock) |