DEADSOFTWARE

subsystem C99 renamed to PosixC
[cpc.git] / src / cpfront / posix / generic / System / Mod / Kernel.cp
index a3f6d712bf86c35e95adf33de2d7de72e3e7957a..82cac15b66e2ef650ba300c6444e9f28ce25bf19 100644 (file)
@@ -1,9 +1,9 @@
 MODULE Kernel;
 
 MODULE Kernel;
 
-  IMPORT S := SYSTEM, stdlib := C99stdlib, stdio := C99stdio,
-    time := C99time, wctype := C99wctype, sysmman := C99sys_mman,
-    dlfcn := C99dlfcn, fcntl := C99fcntl, types := C99types,
-    unistd := C99unistd, signal := C99signal, setjmp := C99setjmp;
+  IMPORT S := SYSTEM, stdlib := PosixCstdlib, stdio := PosixCstdio,
+    time := PosixCtime, wctype := PosixCwctype, sysmman := PosixCsys_mman,
+    dlfcn := PosixCdlfcn, fcntl := PosixCfcntl, types := PosixCtypes,
+    unistd := PosixCunistd, signal := PosixCsignal, setjmp := PosixCsetjmp;
 
   (* init fpu? *)
   (* add signal blocking to avoid race conditions in Try/Trap/TrapHandler *)
 
   (* init fpu? *)
   (* add signal blocking to avoid race conditions in Try/Trap/TrapHandler *)