diff options
Diffstat (limited to 'include/compat/unistd.h')
-rw-r--r-- | include/compat/unistd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/compat/unistd.h b/include/compat/unistd.h index 2cd35dd..136490b 100644 --- a/include/compat/unistd.h +++ b/include/compat/unistd.h | |||
@@ -29,8 +29,8 @@ unsigned int sleep(unsigned int seconds); | |||
29 | int getentropy(void *buf, size_t buflen); | 29 | int getentropy(void *buf, size_t buflen); |
30 | #endif | 30 | #endif |
31 | 31 | ||
32 | #ifndef HAVE_TAME | 32 | #ifndef HAVE_PLEDGE |
33 | #define tame(request, paths) 0 | 33 | #define pledge(request, paths) 0 |
34 | #endif | 34 | #endif |
35 | 35 | ||
36 | #endif | 36 | #endif |