Import Upstream version 20180207
[hcoop/debian/mlton.git] / basis-library / libs / basis-1997 / posix / posix-convert.fun
CommitLineData
7f918cf1
CE
1(* Copyright (C) 2002-2005 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
8functor PosixConvert
9 (structure Posix : POSIX) :
10 POSIX_1997 =
11 struct
12 open Posix
13 structure Process = PosixProcessConvert(structure Process = Process)
14 structure FileSys = PosixFileSysConvert(structure FileSys = FileSys)
15 structure IO = PosixIOConvert(structure IO = IO)
16 structure TTY = PosixTTYConvert(structure TTY = TTY)
17 end