mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Include atomic.h in sem_wait.c and sem_trywait.c
This commit is contained in:
parent
140cc7abf7
commit
766c4a363d
@ -1,3 +1,8 @@
|
||||
2014-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||
|
||||
* nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
|
||||
* nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
|
||||
|
||||
2014-04-22 Will Newton <will.newton@linaro.org>
|
||||
Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <lowlevellock.h>
|
||||
#include <internaltypes.h>
|
||||
#include <semaphore.h>
|
||||
#include <atomic.h>
|
||||
|
||||
#include <shlib-compat.h>
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
|
||||
#include <pthreadP.h>
|
||||
#include <shlib-compat.h>
|
||||
#include <atomic.h>
|
||||
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user