Index: libcfa/src/bits/locks.hfa
===================================================================
--- libcfa/src/bits/locks.hfa	(revision 23a08aa0632e10eefd0b98b0e8dbba78191b5702)
+++ libcfa/src/bits/locks.hfa	(revision 8f1e03582aaeca10f66354d884763209e5fe44bc)
@@ -13,6 +13,6 @@
 // Created On       : Tue Oct 31 15:14:38 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Sep 19 18:39:45 2022
-// Update Count     : 16
+// Last Modified On : Mon Sep 19 18:51:53 2022
+// Update Count     : 17
 //
 
@@ -32,5 +32,5 @@
 		extern void disable_interrupts() OPTIONAL_THREAD;
 		extern void enable_interrupts( bool poll = true ) OPTIONAL_THREAD;
-		extern void poll_interrupts() OPTIONAL_THREAD;
+		extern bool poll_interrupts() OPTIONAL_THREAD;
 		#define __cfaabi_dbg_record_lock(x, y)
 	}
