diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-01-10 16:44:59 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-01-10 16:44:59 +0000 |
commit | fed0faa1c67e1393a98b874d2534fa7ae3b951c6 (patch) | |
tree | fd108c1a9fb42730440ffc9b06adbf66e8a5203e /string | |
parent | 1a20cb20ff0201815691ccd3249d139a7cbfbfa8 (diff) | |
download | glibc-fed0faa1c67e1393a98b874d2534fa7ae3b951c6.tar.gz glibc-fed0faa1c67e1393a98b874d2534fa7ae3b951c6.tar.xz glibc-fed0faa1c67e1393a98b874d2534fa7ae3b951c6.zip |
Remove __GNUC__ conditions for "long long" from string.h and wchar.h.
Diffstat (limited to 'string')
-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. */ |