about summary refs log blame commit diff stats
path: root/src/bindings/pledge.nim
blob: 8d265fe697646a4b5031ffab673d695a0c3469fe (plain) (tree)
1
2
3
4
5
6





                                                   
{.push header: "<unistd.h>", importc.}

proc pledge*(promises, execpromises: cstring): cint
proc unveil*(path, permissions: cstring): cint

{.pop.}