]> git.armaanb.net Git - opendoas.git/blob - libopenbsd/pledge-noop.c
doas: remove unnecessary configure checks, move shadow to its own file
[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 }