diff options
| author | sin | 2015-01-29 11:10:04 +0000 |
|---|---|---|
| committer | sin | 2015-01-29 11:10:04 +0000 |
| commit | c18ebb039973edee1318df71bf40a6d90013b5b0 (patch) | |
| tree | b227c2256abc5c315b75b8dc3ed093ca6fd0a459 /include/stdio.h | |
| parent | 1e306fd64276aaa68eae4ffa26b68cd84092c37e (diff) | |
Style fix
Diffstat (limited to 'include/stdio.h')
| -rw-r--r-- | include/stdio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h index c358825..07efc67 100644 --- a/include/stdio.h +++ b/include/stdio.h | |||
| @@ -6,7 +6,8 @@ | |||
| 6 | #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0 | 6 | #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0 |
| 7 | 7 | ||
| 8 | static inline __attribute__ ((always_inline)) | 8 | static inline __attribute__ ((always_inline)) |
| 9 | char *__fortify_fgets(char *s, int n, FILE *fp) | 9 | char * |
| 10 | __fortify_fgets(char *s, int n, FILE *fp) | ||
| 10 | { | 11 | { |
| 11 | size_t bos = __builtin_object_size(s, 0); | 12 | size_t bos = __builtin_object_size(s, 0); |
| 12 | 13 | ||
