diff options
Diffstat (limited to 'string/string.h')
-rw-r--r-- | string/string.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/string/string.h b/string/string.h index 4b3a686f2c..ecc3fef1bd 100644 --- a/string/string.h +++ b/string/string.h @@ -522,10 +522,8 @@ extern int ffs (int __i) __THROW __attribute__ ((__const__)); platforms. */ # ifdef __USE_GNU extern int ffsl (long int __l) __THROW __attribute__ ((__const__)); -# ifdef __GNUC__ __extension__ extern int ffsll (long long int __ll) __THROW __attribute__ ((__const__)); -# endif # endif /* Compare S1 and S2, ignoring case. */ |