From 7782d0bf55c294b7ed872e2590fcf4a683be5e05 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 1 Oct 1998 11:00:26 +0000 Subject: Update. * sys/types.h: Protect use of long long by __extension__. * stdlib/stdlib.h: Likewise. * string/string.h: Likewise. * sysdeps/i386/bits/byteswap.h: Likewise. * sysdeps/geeric/bits/byteswap.h: Likewise. * sysdeps/i386/fpu/bits/mathinline.h: Likewise. * sysdeps/unix/sysv/linux/bits/types.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise. * sysdeps/wordsize-32/inttypes.h: Likewise. * sysdeps/wordsize-32/stdint.h: Likewise. * wcsmbs/wchar.h: Likewise. --- string/string.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'string/string.h') diff --git a/string/string.h b/string/string.h index 9226850640..5ded08f58b 100644 --- a/string/string.h +++ b/string/string.h @@ -239,7 +239,8 @@ extern int ffs __P ((int __i)) __attribute__ ((const)); # ifdef __USE_GNU extern int ffsl __P ((long int __l)) __attribute__ ((const)); # ifdef __GNUC__ -extern int ffsll __P ((long long int __ll)) __attribute__ ((const)); +__extension__ extern int ffsll __P ((long long int __ll)) + __attribute__ ((const)); # endif # endif -- cgit v1.2.3