boehm-gc: revert all CACAO-specific modifications; this is now an exact copy of the...
[cacao.git] / src / mm / boehm-gc / libatomic_ops-1.2 / src / atomic_ops / sysdeps / acquire_release_volatile.h
index 1a387d39b8dd44eac8decedc7b7ee44d14bbeacf..b84dc82485bd83426a0077261bf4e3e1fed3aa1a 100644 (file)
@@ -43,7 +43,7 @@
 #endif
 
 AO_INLINE AO_t
-AO_load_acquire(volatile AO_t *p)
+AO_load_acquire(const volatile AO_t *p)
 {
   AO_t result = *p;
   /* A normal volatile load generates an ld.acq                */