[MLton-commit] r4570
Wesley Terpstra
MLton@mlton.org
Tue, 23 May 2006 12:53:30 -0700
Hrm - apparently this stub is needed by mlprof
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/runtime/platform/darwin.c
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform/darwin.c
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/platform/darwin.c 2006-05-23 19:19:54 UTC (rev 4569)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/darwin.c 2006-05-23 19:53:29 UTC (rev 4570)
@@ -65,3 +65,10 @@
diee ("sysctl failed");
return mem;
}
+
+// This is not windows
+__attribute__ ((noreturn))
+C_Errno_t(C_PId_t) MLton_Process_cwait (__attribute__ ((unused)) C_PId_t pid,
+ __attribute__ ((unused)) Ref(C_Status_t) status) {
+ die("MLton_Process_cwait not implemented");
+}