about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2013-04-07 16:13:02 -0400
committerCarlos O'Donell <carlos@redhat.com>2013-04-07 16:13:02 -0400
commit96497bb806e4a3f7105cd1b742c1cd4686780553 (patch)
treef85989621fcded1b3b38ac16779ce315494b707d /nptl/ChangeLog
parent085b2d41a45e9b8cf9f78876a10ca0869dbc64fd (diff)
downloadglibc-96497bb806e4a3f7105cd1b742c1cd4686780553.tar.gz
glibc-96497bb806e4a3f7105cd1b742c1cd4686780553.tar.xz
glibc-96497bb806e4a3f7105cd1b742c1cd4686780553.zip
sem_post.c: Include atomic.h.
The sem_post.c file uses atomic functions without including
atomic.h. Add `#include <atomic.h>' to the file to prevent
any compile time warnings when other headers change and
atomic.h isn't implicitly included.

---
nptl/

2013-04-07  Carlos O'Donell  <carlos@redhat.com>

	* sysdeps/unix/sysv/linux/sem_post.c: Include atomic.h.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 505f9af38c..517dfeffb1 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-07  Carlos O'Donell  <carlos@redhat.com>
+
+	* sysdeps/unix/sysv/linux/sem_post.c: Include atomic.h.
+
 2013-04-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	[BZ #15337]