aboutsummaryrefslogtreecommitdiff
path: root/include/compat
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-10-07 08:55:05 -0500
committerBrent Cook <bcook@openbsd.org>2015-10-07 08:55:05 -0500
commit442cc6f1b4a5ff25a6301acee58199b65800730d (patch)
tree2280b15c8dd37a98a2a482ec2491859f18a48e8f /include/compat
parenta615d3c6d31b6e7790fb17d46fecba3e4ebfc986 (diff)
downloadportable-442cc6f1b4a5ff25a6301acee58199b65800730d.tar.gz
portable-442cc6f1b4a5ff25a6301acee58199b65800730d.tar.bz2
portable-442cc6f1b4a5ff25a6301acee58199b65800730d.zip
add tame(2) check
Diffstat (limited to 'include/compat')
-rw-r--r--include/compat/unistd.h4
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);
29int getentropy(void *buf, size_t buflen); 29int 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