From b211796d68c4a6b56f999534627791f3576b6135 Mon Sep 17 00:00:00 2001 From: Trutz Behn Date: Wed, 11 Mar 2015 19:55:51 +0100 Subject: Put include guards in the reserved namespace fortify-headers is considered part of the implementation. --- include/poll.h | 4 ++-- include/stdio.h | 4 ++-- include/stdlib.h | 4 ++-- include/string.h | 4 ++-- include/strings.h | 4 ++-- include/sys/select.h | 4 ++-- include/sys/socket.h | 4 ++-- include/unistd.h | 4 ++-- include/wchar.h | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) (limited to 'include') diff --git a/include/poll.h b/include/poll.h index 5e27850..5490b94 100644 --- a/include/poll.h +++ b/include/poll.h @@ -1,5 +1,5 @@ -#ifndef FORTIFY_POLL_H_ -#define FORTIFY_POLL_H_ +#ifndef _FORTIFY_POLL_H +#define _FORTIFY_POLL_H #include_next diff --git a/include/stdio.h b/include/stdio.h index 0c32728..a33514d 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -1,5 +1,5 @@ -#ifndef FORTIFY_STDIO_H_ -#define FORTIFY_STDIO_H_ +#ifndef _FORTIFY_STDIO_H +#define _FORTIFY_STDIO_H #include_next diff --git a/include/stdlib.h b/include/stdlib.h index 4422f5e..4aff9d9 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -1,5 +1,5 @@ -#ifndef FORTIFY_STDLIB_H_ -#define FORTIFY_STDLIB_H_ +#ifndef _FORTIFY_STDLIB_H +#define _FORTIFY_STDLIB_H #if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) #include_next diff --git a/include/string.h b/include/string.h index c5f4710..65df3a1 100644 --- a/include/string.h +++ b/include/string.h @@ -1,5 +1,5 @@ -#ifndef FORTIFY_STRING_H_ -#define FORTIFY_STRING_H_ +#ifndef _FORTIFY_STRING_H +#define _FORTIFY_STRING_H #include_next diff --git a/include/strings.h b/include/strings.h index 1609171..d7118f3 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1,5 +1,5 @@ -#ifndef FORTIFY_STRINGS_H_ -#define FORTIFY_STRINGS_H_ +#ifndef _FORTIFY_STRINGS_H +#define _FORTIFY_STRINGS_H #include_next diff --git a/include/sys/select.h b/include/sys/select.h index 9e56450..c73613d 100644 --- a/include/sys/select.h +++ b/include/sys/select.h @@ -1,5 +1,5 @@ -#ifndef FORTIFY_SYS_SELECT_H_ -#define FORTIFY_SYS_SELECT_H_ +#ifndef _FORTIFY_SYS_SELECT_H +#define _FORTIFY_SYS_SELECT_H #include_next diff --git a/include/sys/socket.h b/include/sys/socket.h index 02ff2ab..5e6d679 100644 --- a/include/sys/socket.h +++ b/include/sys/socket.h @@ -1,5 +1,5 @@ -#ifndef FORTIFY_SYS_SOCKET_H_ -#define FORTIFY_SYS_SOCKET_H_ +#ifndef _FORTIFY_SYS_SOCKET_H +#define _FORTIFY_SYS_SOCKET_H #include_next diff --git a/include/unistd.h b/include/unistd.h index 05b6688..5991155 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,5 +1,5 @@ -#ifndef FORTIFY_UNISTD_H_ -#define FORTIFY_UNISTD_H_ +#ifndef _FORTIFY_UNISTD_H +#define _FORTIFY_UNISTD_H #include_next diff --git a/include/wchar.h b/include/wchar.h index 9180603..805f309 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -1,5 +1,5 @@ -#ifndef FORTIFY_WCHAR_H_ -#define FORTIFY_WCHAR_H_ +#ifndef _FORTIFY_WCHAR_H +#define _FORTIFY_WCHAR_H #include_next #include_next -- cgit v1.3