summaryrefslogtreecommitdiff
path: root/include/stdio.h
diff options
context:
space:
mode:
authorTrutz Behn2015-03-11 19:55:51 +0100
committersin2015-03-11 21:33:01 +0000
commitb211796d68c4a6b56f999534627791f3576b6135 (patch)
tree2f6efa186ce51a6f28e382234b253e2d118cc4a0 /include/stdio.h
parent5933d58bdebd71cbfaea71fed6d3488abeb7b5d6 (diff)
Put include guards in the reserved namespace
fortify-headers is considered part of the implementation.
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h4
1 files changed, 2 insertions, 2 deletions
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