[MLton-commit] r4456

Matthew Fluet MLton@mlton.org
Thu, 4 May 2006 13:19:33 -0700


WCONTINUED doesn't exist on Linux 2.4
----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/posix/process.sml
U   mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/primitive/basis-ffi.sml
U   mlton/branches/on-20050822-x86_64-branch/runtime/gen/basis-ffi.def

----------------------------------------------------------------------

Modified: mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/posix/process.sml
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/posix/process.sml	2006-05-04 20:03:07 UTC (rev 4455)
+++ mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/posix/process.sml	2006-05-04 20:19:32 UTC (rev 4456)
@@ -84,7 +84,7 @@
          struct
             structure Flags = BitFlags(structure S = C_Int)
             open W Flags
-            val continued = CONTINUED
+            (* val continued = CONTINUED *)
             val nohang = NOHANG
             val untraced = UNTRACED
          end

Modified: mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/primitive/basis-ffi.sml
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/primitive/basis-ffi.sml	2006-05-04 20:03:07 UTC (rev 4455)
+++ mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/primitive/basis-ffi.sml	2006-05-04 20:19:32 UTC (rev 4456)
@@ -726,7 +726,6 @@
 val termSig = _import "Posix_Process_termSig" : C_Status.t -> C_Signal.t;
 structure W = 
 struct
-val CONTINUED = _const "Posix_Process_W_CONTINUED" : C_Int.t;
 val NOHANG = _const "Posix_Process_W_NOHANG" : C_Int.t;
 val UNTRACED = _const "Posix_Process_W_UNTRACED" : C_Int.t;
 end

Modified: mlton/branches/on-20050822-x86_64-branch/runtime/gen/basis-ffi.def
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/gen/basis-ffi.def	2006-05-04 20:03:07 UTC (rev 4455)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/gen/basis-ffi.def	2006-05-04 20:19:32 UTC (rev 4456)
@@ -573,7 +573,7 @@
 Posix.ProcEnv.times = _import : unit -> C_Clock.t C_Errno.t
 Posix.ProcEnv.ttyname = _import : C_Fd.t -> C_String.t C_Errno.t
 Posix.ProcEnv.uname = _import : unit -> C_Int.t C_Errno.t
-Posix.Process.W.CONTINUED = _const : C_Int.t
+# Posix.Process.W.CONTINUED = _const : C_Int.t
 Posix.Process.W.NOHANG = _const : C_Int.t
 Posix.Process.W.UNTRACED = _const : C_Int.t
 Posix.Process.alarm = _import : C_UInt.t -> C_UInt.t