mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-29 00:01:12 +00:00
Include atomic.h in generic lowlevellock.c.
This commit is contained in:
parent
54206aa6a2
commit
05087fbb0d
@ -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>
|
2013-03-04 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h:
|
* sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h:
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#include <sysdep.h>
|
#include <sysdep.h>
|
||||||
#include <lowlevellock.h>
|
#include <lowlevellock.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
#include <atomic.h>
|
||||||
|
|
||||||
void
|
void
|
||||||
__lll_lock_wait_private (int *futex)
|
__lll_lock_wait_private (int *futex)
|
||||||
|
Loading…
Reference in New Issue
Block a user