diff options
Diffstat (limited to 'src/atomic.h')
-rw-r--r-- | src/atomic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atomic.h b/src/atomic.h index cdbd21e..0ccae55 100644 --- a/src/atomic.h +++ b/src/atomic.h @@ -65,7 +65,7 @@ static inline void lock_release_via_cleanup(void *l) pthread_cleanup_push(lock_release_via_cleanup, l) -#define LOCK_RELEASE_THREAD(l) \ +#define LOCK_RELEASE_THREAD() \ pthread_cleanup_pop(1) #endif /* _ATOMIC_H_ */ |