summaryrefslogtreecommitdiff
path: root/include/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/poll.h')
-rw-r--r--include/poll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/poll.h b/include/poll.h
index 8d0d4da..da0ffcc 100644
--- a/include/poll.h
+++ b/include/poll.h
@@ -16,7 +16,7 @@
16#ifndef _FORTIFY_POLL_H 16#ifndef _FORTIFY_POLL_H
17#define _FORTIFY_POLL_H 17#define _FORTIFY_POLL_H
18 18
19#ifndef __cplusplus 19#if !defined(__cplusplus) && !defined(__clang__)
20__extension__ 20__extension__
21#endif 21#endif
22#include_next <poll.h> 22#include_next <poll.h>