diff options
| author | kinichiro <kinichiro.inoguchi@gmail.com> | 2018-08-22 00:12:56 +0900 |
|---|---|---|
| committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2018-08-22 00:12:56 +0900 |
| commit | 4fe24eb56db768250b22229b2fe95c8aa9ef345a (patch) | |
| tree | 17abbd1de229032d9db806f6a34b10f9a915db0a /include/compat | |
| parent | 4dbf285573d5254e5169be44e45c7685a336b6e8 (diff) | |
| download | portable-4fe24eb56db768250b22229b2fe95c8aa9ef345a.tar.gz portable-4fe24eb56db768250b22229b2fe95c8aa9ef345a.tar.bz2 portable-4fe24eb56db768250b22229b2fe95c8aa9ef345a.zip | |
Disable unveil
Diffstat (limited to 'include/compat')
| -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); |
