1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

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

@@ -21,7 +21,7 @@
#include <sysdep.h>
#include <lowlevellock.h>
#include <sys/time.h>
#include <atomic.h>
void
__lll_lock_wait_private (int *futex)