diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/compat/unistd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/compat/unistd.h b/include/compat/unistd.h index b37a2f6..d596043 100644 --- a/include/compat/unistd.h +++ b/include/compat/unistd.h | |||
@@ -39,6 +39,10 @@ int getentropy(void *buf, size_t buflen); | |||
39 | #endif | 39 | #endif |
40 | #endif | 40 | #endif |
41 | 41 | ||
42 | #ifndef HAVE_GETPAGESIZE | ||
43 | int getpagesize(void); | ||
44 | #endif | ||
45 | |||
42 | #define pledge(request, paths) 0 | 46 | #define pledge(request, paths) 0 |
43 | 47 | ||
44 | #ifndef HAVE_PIPE2 | 48 | #ifndef HAVE_PIPE2 |