diff options
author | Carlos O'Donell <carlos@redhat.com> | 2013-03-12 23:23:01 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2013-03-12 23:27:24 -0400 |
commit | 05087fbb0dadfd38cd4e2743e63a8c5c0ca1de54 (patch) | |
tree | caa912500e5310643d218001282cfe11f83d31ab /nptl/sysdeps/unix | |
parent | 54206aa6a2729c0bfe10321c6d74c441bef36223 (diff) | |
download | glibc-05087fbb0dadfd38cd4e2743e63a8c5c0ca1de54.tar.gz |
Include atomic.h in generic lowlevellock.c.
Diffstat (limited to 'nptl/sysdeps/unix')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/lowlevellock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/lowlevellock.c b/nptl/sysdeps/unix/sysv/linux/lowlevellock.c index c33791ac2f..0efb72a56c 100644 --- a/nptl/sysdeps/unix/sysv/linux/lowlevellock.c +++ b/nptl/sysdeps/unix/sysv/linux/lowlevellock.c @@ -21,7 +21,7 @@ #include <sysdep.h> #include <lowlevellock.h> #include <sys/time.h> - +#include <atomic.h> void __lll_lock_wait_private (int *futex) |