This commit is contained in:
sin 2015-01-29 11:10:04 +00:00
orang tua 1e306fd642
melakukan c18ebb0399
2 mengubah file dengan 4 tambahan dan 2 penghapusan

Melihat File

@ -6,7 +6,8 @@
#if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0
static inline __attribute__ ((always_inline))
char *__fortify_fgets(char *s, int n, FILE *fp)
char *
__fortify_fgets(char *s, int n, FILE *fp)
{
size_t bos = __builtin_object_size(s, 0);

Melihat File

@ -10,7 +10,8 @@
|| (defined(_XOPEN_SOURCE) && _XOPEN_SOURCE+0 < 700)
static inline __attribute__ ((always_inline))
void __fortify_bcopy(const void *__restrict src, void *__restrict dest, size_t n)
void
__fortify_bcopy(const void *__restrict src, void *__restrict dest, size_t n)
{
size_t bos = __builtin_object_size(dest, 0);