[COMMITTED] Include atomic.h
Commit Message
The functions use atomic_* functions but don't include atomic.h
directly.
Siddhesh
commit 766c4a363d5487dde04bb5e968c3db8b383ec3c2
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date: Tue Apr 22 16:57:49 2014 +0530
Include atomic.h in sem_wait.c and sem_trywait.c
@@ -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