]> git.armaanb.net Git - opendoas.git/blob - libopenbsd/pledge-noop.c
0a1b610e4e02c7ef397dfd8bcc7c66d421ad299b
[opendoas.git] / libopenbsd / pledge-noop.c
1 #include "openbsd.h"
2
3 int
4 pledge(__UNUSED const char *promises, __UNUSED const char *paths[])
5 {
6         return 0;
7 }