aboutsummaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2024-05-14 23:16:58 +0000
committerKyle Evans <kevans@FreeBSD.org>2024-05-14 23:22:18 +0000
commit5af6fbd72790173e128222943effc5aa95272ce9 (patch)
treefd6d1f6ada83e836c052faeabdf6c5252508d5b7 /include/unistd.h
parentc6113ac5a2c2bfee875979ebd40a007ef4d60069 (diff)
downloadsrc-5af6fbd72790173e128222943effc5aa95272ce9.tar.gz
src-5af6fbd72790173e128222943effc5aa95272ce9.zip
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 59738cbf6e68..48155bb2971b 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -37,7 +37,7 @@
#include <sys/_null.h>
#include <sys/_types.h>
-#if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
+#if !defined(_STANDALONE) && defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
#include <ssp/unistd.h>
#endif