[git commit master 1/1] nptl: i386 needs atomic.h for atomic_exchange_acq

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu Jun 17 17:49:54 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=a7642511b08b0b8a4012bab67cb8aa554992df6b
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 .../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 55add8b..a40d84e 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
-- 
1.7.1



More information about the uClibc-cvs mailing list