signature MLTON_PROC_ENV =
sig
type gid
val setenv: {name: string, value: string} -> unit
val setgroups: gid list -> unit
end
-
setenv {name, value}like the C
setenvfunction. Does not requirenameorvalueto be null terminated. -
setgroups grpslike the C
setgroupsfunction.