diff options
Diffstat (limited to '')
-rw-r--r-- | include/compat/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/compat/unistd.h b/include/compat/unistd.h index e70a390..f521b94 100644 --- a/include/compat/unistd.h +++ b/include/compat/unistd.h | |||
@@ -62,6 +62,7 @@ int getpagesize(void); | |||
62 | #endif | 62 | #endif |
63 | 63 | ||
64 | #define pledge(request, paths) 0 | 64 | #define pledge(request, paths) 0 |
65 | #define unveil(path, permissions) 0 | ||
65 | 66 | ||
66 | #ifndef HAVE_PIPE2 | 67 | #ifndef HAVE_PIPE2 |
67 | int pipe2(int fildes[2], int flags); | 68 | int pipe2(int fildes[2], int flags); |