Import Upstream version 20180207
[hcoop/debian/mlton.git] / basis-library / posix / pre-posix.sml
1 (* Copyright (C) 2008 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 structure PrePosix =
9 struct
10 structure FileDesc = MkAbsRepEq(type rep = C_Fd.t)
11 structure GId = MkAbsRepEq(type rep = C_GId.t)
12 structure PId = MkAbsRepEq(type rep = C_PId.t)
13 structure Signal = MkAbsRepEq(type rep = C_Signal.t)
14 structure SysError = MkAbsRepEq(type rep = C_Int.t)
15 structure UId = MkAbsRepEq(type rep = C_UId.t)
16 end