]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Include atomic.h in generic lowlevellock.c.
authorCarlos O'Donell <carlos@redhat.com>
Wed, 13 Mar 2013 03:23:01 +0000 (23:23 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Wed, 13 Mar 2013 03:27:24 +0000 (23:27 -0400)
nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/lowlevellock.c

index eb135896fa70099136c7494531559de09d3c6922..6c1d39de9de60011b4b9ab4d71f490e372f635cf 100644 (file)
@@ -1,3 +1,7 @@
+2013-03-12  Carlos O'Donell  <carlos@redhat.com>
+
+       * sysdeps/unix/sysv/linux/lowlevellock.c: Include <atomic.h>.
+
 2013-03-04  Roland McGrath  <roland@hack.frob.com>
 
        * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h:
index c33791ac2f14df613893ac0c42de0f047c316d10..0efb72a56c5b58d797885e6b0d7c697eee3f3847 100644 (file)
@@ -21,7 +21,7 @@
 #include <sysdep.h>
 #include <lowlevellock.h>
 #include <sys/time.h>
-
+#include <atomic.h>
 
 void
 __lll_lock_wait_private (int *futex)