summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/stdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 7a8ef05..468bf82 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -37,7 +37,7 @@ extern "C" {
37#undef snprintf 37#undef snprintf
38#undef sprintf 38#undef sprintf
39 39
40__fortify_access(read_write, 1, 2) 40__fortify_access(write_only, 1, 2)
41__fortify_access(read_only, 3) 41__fortify_access(read_only, 3)
42_FORTIFY_FN(fgets) char *fgets(char * _FORTIFY_POS0 __s, int __n, FILE *__f) 42_FORTIFY_FN(fgets) char *fgets(char * _FORTIFY_POS0 __s, int __n, FILE *__f)
43{ 43{