SCM Repository
Diff of /sml/trunk/src/system/Basis/Implementation/Unix/unix.sml
Parent Directory
|
Revision Log
|
Patch
revision 417, Fri Sep 3 23:51:27 1999 UTC | revision 498, Tue Dec 7 15:44:50 1999 UTC | |
---|---|---|
# | Line 115 | Line 115 |
115 | fun waitProc () = #2(protect P.waitpid (P.W_CHILD pid,[])) | fun waitProc () = #2(protect P.waitpid (P.W_CHILD pid,[])) |
116 | in | in |
117 | TextIO.closeIn ins; | TextIO.closeIn ins; |
118 | TextIO.closeOut outs; | TextIO.closeOut outs handle _ => (); |
119 | waitProc () | waitProc () |
120 | end | end |
121 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |