summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/fortify-headers.h15
-rw-r--r--include/poll.h15
-rw-r--r--include/stdio.h15
-rw-r--r--include/stdlib.h15
-rw-r--r--include/string.h15
-rw-r--r--include/strings.h15
-rw-r--r--include/sys/select.h15
-rw-r--r--include/sys/socket.h15
-rw-r--r--include/unistd.h15
-rw-r--r--include/wchar.h15
10 files changed, 150 insertions, 0 deletions
diff --git a/include/fortify-headers.h b/include/fortify-headers.h
index c64963f..72b99ec 100644
--- a/include/fortify-headers.h
+++ b/include/fortify-headers.h
@@ -1,3 +1,18 @@
1/*
2 * Copyright (C) 2015 Dimitris Papastamos <sin@2f30.org>
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted.
6 *
7 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14 */
15
1#ifndef _FORTIFY_HEADERS_H 16#ifndef _FORTIFY_HEADERS_H
2#define _FORTIFY_HEADERS_H 17#define _FORTIFY_HEADERS_H
3 18
diff --git a/include/poll.h b/include/poll.h
index 995f197..6ca08a7 100644
--- a/include/poll.h
+++ b/include/poll.h
@@ -1,3 +1,18 @@
1/*
2 * Copyright (C) 2015 Dimitris Papastamos <sin@2f30.org>
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted.
6 *
7 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14 */
15
1#ifndef _FORTIFY_POLL_H 16#ifndef _FORTIFY_POLL_H
2#define _FORTIFY_POLL_H 17#define _FORTIFY_POLL_H
3 18
diff --git a/include/stdio.h b/include/stdio.h
index 2e59e50..6689519 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -1,3 +1,18 @@
1/*
2 * Copyright (C) 2015 Dimitris Papastamos <sin@2f30.org>
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted.
6 *
7 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14 */
15
1#ifndef _FORTIFY_STDIO_H 16#ifndef _FORTIFY_STDIO_H
2#define _FORTIFY_STDIO_H 17#define _FORTIFY_STDIO_H
3 18
diff --git a/include/stdlib.h b/include/stdlib.h
index 16102ad..5566ab4 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -1,3 +1,18 @@
1/*
2 * Copyright (C) 2015 Dimitris Papastamos <sin@2f30.org>
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted.
6 *
7 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14 */
15
1#ifndef _FORTIFY_STDLIB_H 16#ifndef _FORTIFY_STDLIB_H
2#define _FORTIFY_STDLIB_H 17#define _FORTIFY_STDLIB_H
3 18
diff --git a/include/string.h b/include/string.h
index 42c43a2..5db7ac9 100644
--- a/include/string.h
+++ b/include/string.h
@@ -1,3 +1,18 @@
1/*
2 * Copyright (C) 2015 Dimitris Papastamos <sin@2f30.org>
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted.
6 *
7 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14 */
15
1#ifndef _FORTIFY_STRING_H 16#ifndef _FORTIFY_STRING_H
2#define _FORTIFY_STRING_H 17#define _FORTIFY_STRING_H
3 18
diff --git a/include/strings.h b/include/strings.h
index b5f1f5b..ed8efdb 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -1,3 +1,18 @@
1/*
2 * Copyright (C) 2015 Dimitris Papastamos <sin@2f30.org>
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted.
6 *
7 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14 */
15
1#ifndef _FORTIFY_STRINGS_H 16#ifndef _FORTIFY_STRINGS_H
2#define _FORTIFY_STRINGS_H 17#define _FORTIFY_STRINGS_H
3 18
diff --git a/include/sys/select.h b/include/sys/select.h
index 83eeb8c..01d0aa9 100644
--- a/include/sys/select.h
+++ b/include/sys/select.h
@@ -1,3 +1,18 @@
1/*
2 * Copyright (C) 2015 Dimitris Papastamos <sin@2f30.org>
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted.
6 *
7 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14 */
15
1#ifndef _FORTIFY_SYS_SELECT_H 16#ifndef _FORTIFY_SYS_SELECT_H
2#define _FORTIFY_SYS_SELECT_H 17#define _FORTIFY_SYS_SELECT_H
3 18
diff --git a/include/sys/socket.h b/include/sys/socket.h
index 5db1cb1..c6e4c35 100644
--- a/include/sys/socket.h
+++ b/include/sys/socket.h
@@ -1,3 +1,18 @@
1/*
2 * Copyright (C) 2015 Dimitris Papastamos <sin@2f30.org>
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted.
6 *
7 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14 */
15
1#ifndef _FORTIFY_SYS_SOCKET_H 16#ifndef _FORTIFY_SYS_SOCKET_H
2#define _FORTIFY_SYS_SOCKET_H 17#define _FORTIFY_SYS_SOCKET_H
3 18
diff --git a/include/unistd.h b/include/unistd.h
index 23a8341..7986e52 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1,3 +1,18 @@
1/*
2 * Copyright (C) 2015 Dimitris Papastamos <sin@2f30.org>
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted.
6 *
7 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14 */
15
1#ifndef _FORTIFY_UNISTD_H 16#ifndef _FORTIFY_UNISTD_H
2#define _FORTIFY_UNISTD_H 17#define _FORTIFY_UNISTD_H
3 18
diff --git a/include/wchar.h b/include/wchar.h
index 33f1fbf..d87aca2 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -1,3 +1,18 @@
1/*
2 * Copyright (C) 2015 Dimitris Papastamos <sin@2f30.org>
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted.
6 *
7 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14 */
15
1#ifndef _FORTIFY_WCHAR_H 16#ifndef _FORTIFY_WCHAR_H
2#define _FORTIFY_WCHAR_H 17#define _FORTIFY_WCHAR_H
3 18