diff options
Diffstat (limited to 'spin.c')
-rw-r--r-- | spin.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -110,6 +110,7 @@ pthread_spin_init(pthread_spinlock_t *lock, int pshared) #endif /* _POSIX_THREAD_PROCESS_SHARED */ } + } s = (pthread_spinlock_t) calloc(1, sizeof(*s)); |