]> git.armaanb.net Git - opendoas.git/blob - libopenbsd/pledge-noop.c
Add more compatibility functions for linux support
[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 }