From 766c4a363d5487dde04bb5e968c3db8b383ec3c2 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 22 Apr 2014 16:57:49 +0530 Subject: [PATCH] Include atomic.h in sem_wait.c and sem_trywait.c --- ChangeLog | 5 +++++ nptl/sysdeps/unix/sysv/linux/sem_trywait.c | 1 + nptl/sysdeps/unix/sysv/linux/sem_wait.c | 1 + 3 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1d42c68..8c0f2a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-04-22 Siddhesh Poyarekar + + * 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 Venkataramanan Kumar diff --git a/nptl/sysdeps/unix/sysv/linux/sem_trywait.c b/nptl/sysdeps/unix/sysv/linux/sem_trywait.c index aa1775a..94c323c 100644 --- a/nptl/sysdeps/unix/sysv/linux/sem_trywait.c +++ b/nptl/sysdeps/unix/sysv/linux/sem_trywait.c @@ -22,6 +22,7 @@ #include #include #include +#include #include diff --git a/nptl/sysdeps/unix/sysv/linux/sem_wait.c b/nptl/sysdeps/unix/sysv/linux/sem_wait.c index 7d586cf..b12babb 100644 --- a/nptl/sysdeps/unix/sysv/linux/sem_wait.c +++ b/nptl/sysdeps/unix/sysv/linux/sem_wait.c @@ -25,6 +25,7 @@ #include #include +#include void -- 2.7.4