Put include guards in the reserved namespace

fortify-headers is considered part of the implementation.
This commit is contained in:
Trutz Behn 2015-03-11 19:55:51 +01:00 committed by sin
parent 5933d58bde
commit b211796d68
9 changed files with 18 additions and 18 deletions

@ -1,5 +1,5 @@
#ifndef FORTIFY_POLL_H_ #ifndef _FORTIFY_POLL_H
#define FORTIFY_POLL_H_ #define _FORTIFY_POLL_H
#include_next <poll.h> #include_next <poll.h>

@ -1,5 +1,5 @@
#ifndef FORTIFY_STDIO_H_ #ifndef _FORTIFY_STDIO_H
#define FORTIFY_STDIO_H_ #define _FORTIFY_STDIO_H
#include_next <stdio.h> #include_next <stdio.h>

@ -1,5 +1,5 @@
#ifndef FORTIFY_STDLIB_H_ #ifndef _FORTIFY_STDLIB_H
#define FORTIFY_STDLIB_H_ #define _FORTIFY_STDLIB_H
#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) #if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
#include_next <limits.h> #include_next <limits.h>

@ -1,5 +1,5 @@
#ifndef FORTIFY_STRING_H_ #ifndef _FORTIFY_STRING_H
#define FORTIFY_STRING_H_ #define _FORTIFY_STRING_H
#include_next <string.h> #include_next <string.h>

@ -1,5 +1,5 @@
#ifndef FORTIFY_STRINGS_H_ #ifndef _FORTIFY_STRINGS_H
#define FORTIFY_STRINGS_H_ #define _FORTIFY_STRINGS_H
#include_next <strings.h> #include_next <strings.h>

@ -1,5 +1,5 @@
#ifndef FORTIFY_SYS_SELECT_H_ #ifndef _FORTIFY_SYS_SELECT_H
#define FORTIFY_SYS_SELECT_H_ #define _FORTIFY_SYS_SELECT_H
#include_next <sys/select.h> #include_next <sys/select.h>

@ -1,5 +1,5 @@
#ifndef FORTIFY_SYS_SOCKET_H_ #ifndef _FORTIFY_SYS_SOCKET_H
#define FORTIFY_SYS_SOCKET_H_ #define _FORTIFY_SYS_SOCKET_H
#include_next <sys/socket.h> #include_next <sys/socket.h>

@ -1,5 +1,5 @@
#ifndef FORTIFY_UNISTD_H_ #ifndef _FORTIFY_UNISTD_H
#define FORTIFY_UNISTD_H_ #define _FORTIFY_UNISTD_H
#include_next <unistd.h> #include_next <unistd.h>

@ -1,5 +1,5 @@
#ifndef FORTIFY_WCHAR_H_ #ifndef _FORTIFY_WCHAR_H
#define FORTIFY_WCHAR_H_ #define _FORTIFY_WCHAR_H
#include_next <stdlib.h> #include_next <stdlib.h>
#include_next <wchar.h> #include_next <wchar.h>