diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-17 19:49:54 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-17 19:49:54 +0200 |
commit | a7642511b08b0b8a4012bab67cb8aa554992df6b (patch) | |
tree | f2cbbab7f581f21cc7dd86b17c32dca9d3dc4973 /libpthread/nptl/sysdeps/unix | |
parent | 7453d422c9b9febd886df0a2fafdea55297328b9 (diff) |
nptl: i386 needs atomic.h for atomic_exchange_acq
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h index 55add8b8e..a40d84e75 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h @@ -26,6 +26,7 @@ # include <bits/pthreadtypes.h> # include <bits/kernel-features.h> # include <tcb-offsets.h> +# include <atomic.h> # ifndef LOCK_INSTR # ifdef UP |