obsolete (cf. ML-Systems/polyml_common.ML);
authorwenzelm
Thu, 06 Mar 2008 19:21:29 +0100
changeset 26217 227fcadd4be1
parent 26216 c7d0cd2c7715
child 26218 2ea9b992508a
obsolete (cf. ML-Systems/polyml_common.ML);
src/Pure/ML-Systems/polyml-posix.ML
--- a/src/Pure/ML-Systems/polyml-posix.ML	Thu Mar 06 19:21:28 2008 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-(*  Title:      Pure/ML-Systems/polyml-posix.ML
-    ID:         $Id$
-
-Posix patches for Poly/ML.
-*)
-
-(*This extension of the Poly/ML Signal structure is only necessary
-  because in SML/NJ, types Posix.Signal.signal and Signals.signal differ.*)
-structure IsaSignal =
-struct
-  open Signal
-  val usr1 = Posix.Signal.usr1
-  val usr2 = Posix.Signal.usr2
-  val alrm = Posix.Signal.alrm
-  val chld = Posix.Signal.chld
-  val cont = Posix.Signal.cont
-  val int  = Posix.Signal.int
-  val quit = Posix.Signal.quit
-end;