[PATCH] Make __always_inline macro compatible with glibc

Corinna Vinschen vinschen@redhat.com
Wed Jan 17 07:43:00 GMT 2018


On Jan 16 13:30, Yaakov Selkowitz wrote:
> For example, this is used when cross-compiling the Linux kernel on Cygwin.
> 
> Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
> ---
>  newlib/libc/include/sys/cdefs.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/newlib/libc/include/sys/cdefs.h b/newlib/libc/include/sys/cdefs.h
> index db5f2bf2d..fc564a5c6 100644
> --- a/newlib/libc/include/sys/cdefs.h
> +++ b/newlib/libc/include/sys/cdefs.h
> @@ -385,7 +385,7 @@
>  #endif
>  
>  #if __GNUC_PREREQ__(3, 1) || (defined(__INTEL_COMPILER) && __INTEL_COMPILER >= 800)
> -#define	__always_inline	__attribute__((__always_inline__))
> +#define	__always_inline	__inline__ __attribute__((__always_inline__))
>  #else
>  #define	__always_inline
>  #endif
> -- 
> 2.15.1

ACK


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/newlib/attachments/20180117/51922636/attachment.sig>


More information about the Newlib mailing list