Blob


1 int unveil(const char *, const char *);
3 int
4 unveil(const char *path, const char *permissions)
5 {
6 return 0;
7 }