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 0d618cc..3721c4b 100644 --- a/include/stdio.h +++ b/include/stdio.h | |||
| @@ -19,7 +19,7 @@ extern "C" { | |||
| 19 | 19 | ||
| 20 | extern char *__fgets_orig(char *, int, FILE *) | 20 | extern char *__fgets_orig(char *, int, FILE *) |
| 21 | __asm__(__USER_LABEL_PREFIX__ "fgets"); | 21 | __asm__(__USER_LABEL_PREFIX__ "fgets"); |
| 22 | extern __inline __attribute__((__always_inline__,__gnu_inline____,__artificial__)) | 22 | extern __inline __attribute__((__always_inline__,__gnu_inline__,__artificial__)) |
| 23 | char *fgets(char *s, int n, FILE *fp) | 23 | char *fgets(char *s, int n, FILE *fp) |
| 24 | { | 24 | { |
| 25 | size_t bos = __builtin_object_size(s, 0); | 25 | size_t bos = __builtin_object_size(s, 0); |
