Include atomic.h in generic lowlevellock.c.

This commit is contained in:
Carlos O'Donell 2013-03-12 23:23:01 -04:00
parent 54206aa6a2
commit 05087fbb0d
2 changed files with 5 additions and 1 deletions

View 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:

View 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)