diff options
| author | Trutz Behn | 2015-03-11 19:55:51 +0100 |
|---|---|---|
| committer | sin | 2015-03-11 21:33:01 +0000 |
| commit | b211796d68c4a6b56f999534627791f3576b6135 (patch) | |
| tree | 2f6efa186ce51a6f28e382234b253e2d118cc4a0 /include | |
| parent | 5933d58bdebd71cbfaea71fed6d3488abeb7b5d6 (diff) | |
Put include guards in the reserved namespace
fortify-headers is considered part of the implementation.
Diffstat (limited to 'include')
| -rw-r--r-- | include/poll.h | 4 | ||||
| -rw-r--r-- | include/stdio.h | 4 | ||||
| -rw-r--r-- | include/stdlib.h | 4 | ||||
| -rw-r--r-- | include/string.h | 4 | ||||
| -rw-r--r-- | include/strings.h | 4 | ||||
| -rw-r--r-- | include/sys/select.h | 4 | ||||
| -rw-r--r-- | include/sys/socket.h | 4 | ||||
| -rw-r--r-- | include/unistd.h | 4 | ||||
| -rw-r--r-- | include/wchar.h | 4 |
9 files changed, 18 insertions, 18 deletions
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 @@ | |||
| 1 | #ifndef FORTIFY_POLL_H_ | 1 | #ifndef _FORTIFY_POLL_H |
| 2 | #define FORTIFY_POLL_H_ | 2 | #define _FORTIFY_POLL_H |
| 3 | 3 | ||
| 4 | #include_next <poll.h> | 4 | #include_next <poll.h> |
| 5 | 5 | ||
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 @@ | |||
| 1 | #ifndef FORTIFY_STDIO_H_ | 1 | #ifndef _FORTIFY_STDIO_H |
| 2 | #define FORTIFY_STDIO_H_ | 2 | #define _FORTIFY_STDIO_H |
| 3 | 3 | ||
| 4 | #include_next <stdio.h> | 4 | #include_next <stdio.h> |
| 5 | 5 | ||
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 @@ | |||
| 1 | #ifndef FORTIFY_STDLIB_H_ | 1 | #ifndef _FORTIFY_STDLIB_H |
| 2 | #define FORTIFY_STDLIB_H_ | 2 | #define _FORTIFY_STDLIB_H |
| 3 | 3 | ||
| 4 | #if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) | 4 | #if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) |
| 5 | #include_next <limits.h> | 5 | #include_next <limits.h> |
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 @@ | |||
| 1 | #ifndef FORTIFY_STRING_H_ | 1 | #ifndef _FORTIFY_STRING_H |
| 2 | #define FORTIFY_STRING_H_ | 2 | #define _FORTIFY_STRING_H |
| 3 | 3 | ||
| 4 | #include_next <string.h> | 4 | #include_next <string.h> |
| 5 | 5 | ||
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 @@ | |||
| 1 | #ifndef FORTIFY_STRINGS_H_ | 1 | #ifndef _FORTIFY_STRINGS_H |
| 2 | #define FORTIFY_STRINGS_H_ | 2 | #define _FORTIFY_STRINGS_H |
| 3 | 3 | ||
| 4 | #include_next <strings.h> | 4 | #include_next <strings.h> |
| 5 | 5 | ||
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 @@ | |||
| 1 | #ifndef FORTIFY_SYS_SELECT_H_ | 1 | #ifndef _FORTIFY_SYS_SELECT_H |
| 2 | #define FORTIFY_SYS_SELECT_H_ | 2 | #define _FORTIFY_SYS_SELECT_H |
| 3 | 3 | ||
| 4 | #include_next <sys/select.h> | 4 | #include_next <sys/select.h> |
| 5 | 5 | ||
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 @@ | |||
| 1 | #ifndef FORTIFY_SYS_SOCKET_H_ | 1 | #ifndef _FORTIFY_SYS_SOCKET_H |
| 2 | #define FORTIFY_SYS_SOCKET_H_ | 2 | #define _FORTIFY_SYS_SOCKET_H |
| 3 | 3 | ||
| 4 | #include_next <sys/socket.h> | 4 | #include_next <sys/socket.h> |
| 5 | 5 | ||
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 @@ | |||
| 1 | #ifndef FORTIFY_UNISTD_H_ | 1 | #ifndef _FORTIFY_UNISTD_H |
| 2 | #define FORTIFY_UNISTD_H_ | 2 | #define _FORTIFY_UNISTD_H |
| 3 | 3 | ||
| 4 | #include_next <unistd.h> | 4 | #include_next <unistd.h> |
| 5 | 5 | ||
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 @@ | |||
| 1 | #ifndef FORTIFY_WCHAR_H_ | 1 | #ifndef _FORTIFY_WCHAR_H |
| 2 | #define FORTIFY_WCHAR_H_ | 2 | #define _FORTIFY_WCHAR_H |
| 3 | 3 | ||
| 4 | #include_next <stdlib.h> | 4 | #include_next <stdlib.h> |
| 5 | #include_next <wchar.h> | 5 | #include_next <wchar.h> |
