1
0
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:
Joseph Myers
2013-01-10 16:44:59 +00:00
parent 1a20cb20ff
commit fed0faa1c6
3 changed files with 12 additions and 6 deletions

View File

@ -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. */