diff options
| author | Trutz Behn | 2015-03-14 18:35:23 +0100 |
|---|---|---|
| committer | sin | 2015-03-14 19:39:14 +0000 |
| commit | c2c9d0c6c8a1d74f748aa2ad9442957a37091062 (patch) | |
| tree | 30473d23a22c4ff3e2ef9fcda9be6885789438d5 /include | |
| parent | 941949299871d446c95765a7b22d95f2755fa615 (diff) | |
Fix typo in attribute name
Diffstat (limited to 'include')
| -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); |
