Current section
Files
Jump to
Current section
Files
edoc/clone_constant-3.edoc
@doc Map clone(2) symbols to integer constants
== Support ==
• Linux
== Examples ==
```
1> {ok, Drv} = alcove_drv:start().
{ok,<0.176.0>}
2> {ok, Pid} = alcove:fork(Drv, []).
{ok,19048}
3> alcove:clone_constant(Drv, [19127], clone_newuts).
67108864
'''