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); #endif #define pledge(request, paths) 0 +#define unveil(path, permissions) 0 #ifndef HAVE_PIPE2 int pipe2(int fildes[2], int flags);