]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-gcc42.patch
- fix build; from libc-alpha@
[packages/glibc.git] / glibc-gcc42.patch
CommitLineData
8beda043
JB
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__
3cc74434 8+#if defined(__GNUC_STDC_INLINE__) || defined(__GNUC_GNU_INLINE__)
8beda043
JB
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.038519 seconds and 4 git commands to generate.