summaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 5274e22..5fa3b44 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -16,6 +16,7 @@
16#ifndef _FORTIFY_UNISTD_H 16#ifndef _FORTIFY_UNISTD_H
17#define _FORTIFY_UNISTD_H 17#define _FORTIFY_UNISTD_H
18 18
19__extension__
19#include_next <unistd.h> 20#include_next <unistd.h>
20 21
21#if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0 22#if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0