[Glibc-bsd-commits] r2163 - trunk/glibc-ports/kfreebsd/bits

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Sun May 4 14:12:33 UTC 2008


Author: aurel32
Date: 2008-05-04 14:12:32 +0000 (Sun, 04 May 2008)
New Revision: 2163

Modified:
   trunk/glibc-ports/kfreebsd/bits/socket.h
Log:
gcc-4.3 fixes



Modified: trunk/glibc-ports/kfreebsd/bits/socket.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/socket.h	2008-04-08 10:06:05 UTC (rev 2162)
+++ trunk/glibc-ports/kfreebsd/bits/socket.h	2008-05-04 14:12:32 UTC (rev 2163)
@@ -249,7 +249,7 @@
 				      struct cmsghdr *__cmsg) __THROW;
 #ifdef __USE_EXTERN_INLINES
 # ifndef _EXTERN_INLINE
-#  define _EXTERN_INLINE extern __inline
+#  define _EXTERN_INLINE __extern_inline
 # endif
 _EXTERN_INLINE struct cmsghdr *
 __NTH (__cmsg_nxthdr (struct msghdr *__mhdr, struct cmsghdr *__cmsg))




More information about the Glibc-bsd-commits mailing list