svn commit: r282989 - head/sys/sys

Pedro F. Giffuni pfg at FreeBSD.org
Fri May 15 20:47:26 UTC 2015


Author: pfg
Date: Fri May 15 20:47:25 2015
New Revision: 282989
URL: https://svnweb.freebsd.org/changeset/base/282989

Log:
  Break apart the gnu_inline attribute and use "artificial" if available.
  
  Missing #endif
  
  Reported by:	jhb, jenkins
  Pointed hat:	me

Modified:
  head/sys/sys/cdefs.h

Modified: head/sys/sys/cdefs.h
==============================================================================
--- head/sys/sys/cdefs.h	Fri May 15 20:43:37 2015	(r282988)
+++ head/sys/sys/cdefs.h	Fri May 15 20:47:25 2015	(r282989)
@@ -550,6 +550,7 @@
 #else
 #define	__gnu_inline
 #endif
+#endif
 
 /* Compiler-dependent macros that rely on FreeBSD-specific extensions. */
 #if defined(__FreeBSD_cc_version) && __FreeBSD_cc_version >= 300001 && \


More information about the svn-src-all mailing list