Blob


1 int pledge(const char *, const char *);
3 int
4 pledge(const char *promises, const char *execpromises)
5 {
6 return 0;
7 }