]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-gcc42.patch
- updated for 2.7
[packages/glibc.git] / glibc-gcc42.patch
1 --- glibc-2.6/misc/sys/cdefs.h.orig     2007-03-17 18:02:27.000000000 +0100
2 +++ glibc-2.6/misc/sys/cdefs.h  2007-05-19 14:14:49.458415181 +0200
3 @@ -281,7 +281,7 @@
4  
5  /* GCC 4.3 and above with -std=c99 or -std=gnu99 implements ISO C99
6     inline semantics, unless -fgnu89-inline is used.  */
7 -#ifdef __GNUC_STDC_INLINE__
8 +#if defined(__GNUC_STDC_INLINE__) || defined(__GNUC_GNU_INLINE__)
9  # define __extern_inline extern __inline __attribute__ ((__gnu_inline__))
10  # define __extern_always_inline \
11    extern __always_inline __attribute__ ((__gnu_inline__))
This page took 0.031537 seconds and 3 git commands to generate.