From 442cc6f1b4a5ff25a6301acee58199b65800730d Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 7 Oct 2015 08:55:05 -0500 Subject: add tame(2) check --- include/compat/unistd.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/compat') 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); int getentropy(void *buf, size_t buflen); #endif +#ifndef HAVE_TAME +#define tame(request, paths) +#endif + #endif -- cgit v1.2.3-55-g6feb