aboutsummaryrefslogtreecommitdiff
path: root/include/unistd.h
blob: a715077b10ddf3d90b90d3865c8d1f2085076515 (plain)
1
2
3
#include_next <unistd.h>
#define pledge(request, paths) 0  /* linux doesn't have pledge */
#define unveil(path, permissions) 0  /* linux doesn't have unveil */