SOURCES: glibc-gcc42.patch - safer one(?)

qboosh qboosh at pld-linux.org
Sat May 19 14:18:30 CEST 2007


Author: qboosh                       Date: Sat May 19 12:18:30 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- safer one(?)

---- Files affected:
SOURCES:
   glibc-gcc42.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/glibc-gcc42.patch
diff -u SOURCES/glibc-gcc42.patch:1.1 SOURCES/glibc-gcc42.patch:1.2
--- SOURCES/glibc-gcc42.patch:1.1	Sat May 19 14:17:26 2007
+++ SOURCES/glibc-gcc42.patch	Sat May 19 14:18:24 2007
@@ -5,7 +5,7 @@
  /* GCC 4.3 and above with -std=c99 or -std=gnu99 implements ISO C99
     inline semantics, unless -fgnu89-inline is used.  */
 -#ifdef __GNUC_STDC_INLINE__
-+#ifdef __GNUC_GNU_INLINE__
++#if defined(__GNUC_STDC_INLINE__) || defined(__GNUC_GNU_INLINE__)
  # define __extern_inline extern __inline __attribute__ ((__gnu_inline__))
  # define __extern_always_inline \
    extern __always_inline __attribute__ ((__gnu_inline__))
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/glibc-gcc42.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list