diff options
Diffstat (limited to 'include/compat/unistd.h')
-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 5dc2908..758512b 100644 --- a/include/compat/unistd.h +++ b/include/compat/unistd.h | |||
@@ -29,4 +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 | ||
33 | #define tame(request, paths) | ||
34 | #endif | ||
35 | |||
32 | #endif | 36 | #endif |