diff options
| -rw-r--r-- | include/stdio.h | 2 |
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 | { |
