mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Remove __GNUC__ conditions for "long long" from string.h and wchar.h.
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user