Index: libcfa/src/concurrency/kernel.cfa
===================================================================
--- libcfa/src/concurrency/kernel.cfa	(revision 6b33e891da6ed781bdcec69c5dfdd3cb8a9d0e44)
+++ libcfa/src/concurrency/kernel.cfa	(revision bb9897ca4557693d413d432fa46eb70dbd3adbd0)
@@ -10,6 +10,6 @@
 // Created On       : Tue Jan 17 12:27:26 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Apr 25 07:02:42 2025
-// Update Count     : 82
+// Last Modified On : Sun Mar 29 21:20:54 2026
+// Update Count     : 83
 //
 
@@ -785,5 +785,5 @@
 			// update the pointer to the head wait context
 			struct __fd_waitctx * wctx = 0;
-			if ( ! isEmpty( this.idles )) wctx = &first( this. idles ).idle_wctx;
+			if ( ! empty( this.idles )) wctx = &first( this. idles ).idle_wctx;
 			__atomic_store_n(&this.fdw, wctx, __ATOMIC_SEQ_CST);
 		}
