Преглед изворни кода

nptl: i386 needs atomic.h for atomic_exchange_acq

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer пре 15 година
родитељ
комит
a7642511b0
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      libpthread/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h

+ 1 - 0
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