diff options
| author | Jason Evans <jasone@FreeBSD.org> | 2006-01-13 06:14:04 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 2006-01-13 06:14:04 +0000 |
| commit | 90dc79523484552df2914869f6cf493f86776cf5 (patch) | |
| tree | 51cdabd86ff2536fa1b7861f14c7418070513481 /lib/libpthread/thread | |
| parent | 87a444e62ee56b4ac66c05718e3fc26dc34b9431 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread')
| -rw-r--r-- | lib/libpthread/thread/thr_spinlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_spinlock.c b/lib/libpthread/thread/thr_spinlock.c index 2b2b2512c96e..823c148dfd66 100644 --- a/lib/libpthread/thread/thr_spinlock.c +++ b/lib/libpthread/thread/thr_spinlock.c @@ -40,7 +40,7 @@ #include "spinlock.h" #include "thr_private.h" -#define MAX_SPINLOCKS 5 +#define MAX_SPINLOCKS 72 struct spinlock_extra { spinlock_t *owner; |
