boehm-gc: revert all CACAO-specific modifications; this is now an exact copy of the...
[cacao.git] / src / mm / boehm-gc / include / private / gc_locks.h
index d11044b3eb3481b858768a9822c2d34aabb53f08..467c1a536a440b2ac583cdeff02cb8158d5ee761 100644 (file)
@@ -29,7 +29,7 @@
 # ifdef THREADS
 #  include <atomic_ops.h>
 
-   void GC_noop1(word);
+   GC_API void GC_CALL GC_noop1(word);
 #  ifdef PCR
 #    include <base/PCR_Base.h>
 #    include <th/PCR_Th.h>
 #   define I_HOLD_LOCK() TRUE
 #   define I_DONT_HOLD_LOCK() TRUE
                        /* Used only in positive assertions or to test whether  */
-                       /* we still need to acaquire the lock.  TRUE works in   */
+                       /* we still need to acquire the lock.  TRUE works in    */
                        /* either case.                                         */
 # endif /* !THREADS */