Import Upstream version 20180207
[hcoop/debian/mlton.git] / lib / stubs / mlton-stubs / proc-env.sig
CommitLineData
7f918cf1
CE
1(* Copyright (C) 2009 Matthew Fluet.
2 * Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
3 * Jagannathan, and Stephen Weeks.
4 * Copyright (C) 1997-2000 NEC Research Institute.
5 *
6 * MLton is released under a BSD-style license.
7 * See the file MLton-LICENSE for details.
8 *)
9
10signature MLTON_PROC_ENV =
11 sig
12 type gid
13
14 val setenv: {name: string, value: string} -> unit
15 val setgroups: gid list -> unit
16 end