summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/bits/pthreadtypes.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-14 07:37:43 +0000
committerEric Andersen <andersen@codepoet.org>2001-11-14 07:37:43 +0000
commit5a13dcba58b0f6fc9d627bf3f982d8fbec9c1be4 (patch)
tree27013214217f32391601ba80c5d2180ccc87c9ca /libc/sysdeps/linux/mips/bits/pthreadtypes.h
parent7ec11f7e1cd24b4c1051140cc412c20e210f1ee8 (diff)
Sync up mipsel headers
Diffstat (limited to 'libc/sysdeps/linux/mips/bits/pthreadtypes.h')
-rw-r--r--libc/sysdeps/linux/mips/bits/pthreadtypes.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/mips/bits/pthreadtypes.h b/libc/sysdeps/linux/mips/bits/pthreadtypes.h
index 0202c1203..3ee5c4813 100644
--- a/libc/sysdeps/linux/mips/bits/pthreadtypes.h
+++ b/libc/sysdeps/linux/mips/bits/pthreadtypes.h
@@ -22,14 +22,12 @@
#define __need_schedparam
#include <bits/sched.h>
-typedef int _lt_spinlock_t;
-
/* Fast locks (not abstract because mutexes and conditions aren't abstract). */
struct _pthread_fastlock
{
long int __status; /* "Free" or "taken" or head of waiting list */
- _lt_spinlock_t __spinlock; /* Used by compare_and_swap emulation. Also,
- adaptive SMP lock stores spin count here. */
+ int __spinlock; /* Used by compare_and_swap emulation. Also,
+ adaptive SMP lock stores spin count here. */
};
#ifndef _PTHREAD_DESCR_DEFINED