Import Upstream version 20180207
[hcoop/debian/mlton.git] / basis-library / libs / basis-1997 / posix / process-convert.fun
1 (* Copyright (C) 2002-2006 Henry Cejtin, Matthew Fluet, Suresh
2 * Jagannathan, and Stephen Weeks.
3 *
4 * MLton is released under a BSD-style license.
5 * See the file MLton-LICENSE for details.
6 *)
7
8 functor PosixProcessConvert
9 (structure Process: POSIX_PROCESS) :
10 POSIX_PROCESS_1997 =
11 struct
12 open Process
13 structure W =
14 struct
15 open W
16 structure Flags = FlagsConvert(structure Flags = W)
17 open Flags
18 end
19 end