diff --git a/include/compat/unistd.h b/include/compat/unistd.h index 758512b..2cd35dd 100644 --- a/include/compat/unistd.h +++ b/include/compat/unistd.h @@ -30,7 +30,7 @@ int getentropy(void *buf, size_t buflen); #endif #ifndef HAVE_TAME -#define tame(request, paths) +#define tame(request, paths) 0 #endif #endif