From 7fd984fcb532be01f68cddc194c09a7ca10c1ea6 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 24 Jun 2015 20:13:37 +0200 Subject: Add __extension__ mark to include_next to silence -pedantic Signed-off-by: Steven Barth --- include/poll.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/poll.h') diff --git a/include/poll.h b/include/poll.h index d9b602c..9e1d99a 100644 --- a/include/poll.h +++ b/include/poll.h @@ -16,6 +16,7 @@ #ifndef _FORTIFY_POLL_H #define _FORTIFY_POLL_H +__extension__ #include_next #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0 -- cgit v1.3