Index: libcfa/src/bits/debug.cfa
===================================================================
--- libcfa/src/bits/debug.cfa	(revision 6ec07e5f9016c92f73237be92c20ecdd0fba5795)
+++ libcfa/src/bits/debug.cfa	(revision 91e52be0d8a1dc5a70a53c5ef8cf2d526d590eba)
@@ -10,9 +10,8 @@
 // Created On       : Thu Mar 30 12:30:01 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Feb  4 13:03:16 2020
-// Update Count     : 11
+// Last Modified On : Wed Jun 17 11:07:13 2020
+// Update Count     : 12
 //
 
-extern "C" {
 #include <stdio.h>
 #include <stdlib.h>
@@ -21,5 +20,4 @@
 #include <stdarg.h>
 #include <unistd.h>
-}
 
 enum { buffer_size = 4096 };
Index: libcfa/src/bits/signal.hfa
===================================================================
--- libcfa/src/bits/signal.hfa	(revision 6ec07e5f9016c92f73237be92c20ecdd0fba5795)
+++ libcfa/src/bits/signal.hfa	(revision 91e52be0d8a1dc5a70a53c5ef8cf2d526d590eba)
@@ -19,5 +19,4 @@
 #include "bits/defs.hfa"
 
-extern "C" {
 #include <errno.h>
 #define __USE_GNU
@@ -26,5 +25,4 @@
 #include <stdlib.h>
 #include <string.h>
-}
 
 // Short hands for signal context information
