summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/poll.h4
-rw-r--r--include/stdio.h4
-rw-r--r--include/stdlib.h4
-rw-r--r--include/string.h4
-rw-r--r--include/strings.h4
-rw-r--r--include/sys/select.h4
-rw-r--r--include/sys/socket.h4
-rw-r--r--include/unistd.h4
-rw-r--r--include/wchar.h4
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>