From 4ea76c2d383cc118915988bed2afdeacd8f4ce6f Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Fri, 15 May 2015 20:53:43 +0000 Subject: Break apart the gnu_inline attribute and use "artificial" if available. Missing #endif (in wrong place) Pointed hat: me --- sys/sys/cdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h index 4f55ffc0c98d..82cdc6ea4b4d 100644 --- a/sys/sys/cdefs.h +++ b/sys/sys/cdefs.h @@ -547,10 +547,10 @@ #define __gnu_inline __attribute__((__gnu_inline__, __artificial__)) #else #define __gnu_inline __attribute__((__gnu_inline__)) +#endif /* artificial */ #else #define __gnu_inline #endif -#endif /* Compiler-dependent macros that rely on FreeBSD-specific extensions. */ #if defined(__FreeBSD_cc_version) && __FreeBSD_cc_version >= 300001 && \ -- cgit v1.2.3