Add FreeBSD style changes to sys/cdefs.h

* libc/include/sys/cdefs.h: Add style changes of latest FreeBSD
        version.
This commit is contained in:
Jeff Johnston 2015-10-13 17:46:47 -04:00
parent e6430c9e8c
commit 443467d752
2 changed files with 37 additions and 32 deletions

View File

@ -1,3 +1,8 @@
2015-10-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/include/sys/cdefs.h: Add style changes of latest FreeBSD
version.
2015-10-08 Nick Clifton <nickc@redhat.com> 2015-10-08 Nick Clifton <nickc@redhat.com>
* libc/include/machine/setjmp.h (_JBLEN): Define for IA64. * libc/include/machine/setjmp.h (_JBLEN): Define for IA64.

View File

@ -110,23 +110,23 @@
#define __GNUCLIKE___SECTION 1 #define __GNUCLIKE___SECTION 1
#ifndef __INTEL_COMPILER #ifndef __INTEL_COMPILER
# define __GNUCLIKE_CTOR_SECTION_HANDLING 1 #define __GNUCLIKE_CTOR_SECTION_HANDLING 1
#endif #endif
#define __GNUCLIKE_BUILTIN_CONSTANT_P 1 #define __GNUCLIKE_BUILTIN_CONSTANT_P 1
# if defined(__INTEL_COMPILER) && defined(__cplusplus) \ #if defined(__INTEL_COMPILER) && defined(__cplusplus) && \
&& __INTEL_COMPILER < 800 __INTEL_COMPILER < 800
# undef __GNUCLIKE_BUILTIN_CONSTANT_P #undef __GNUCLIKE_BUILTIN_CONSTANT_P
# endif #endif
#if (__GNUC_MINOR__ > 95 || __GNUC__ >= 3) && !defined(__INTEL_COMPILER) #if (__GNUC_MINOR__ > 95 || __GNUC__ >= 3) && !defined(__INTEL_COMPILER)
# define __GNUCLIKE_BUILTIN_VARARGS 1 #define __GNUCLIKE_BUILTIN_VARARGS 1
# define __GNUCLIKE_BUILTIN_STDARG 1 #define __GNUCLIKE_BUILTIN_STDARG 1
# define __GNUCLIKE_BUILTIN_VAALIST 1 #define __GNUCLIKE_BUILTIN_VAALIST 1
#endif #endif
#if defined(__GNUC__) #if defined(__GNUC__)
# define __GNUC_VA_LIST_COMPATIBILITY 1 #define __GNUC_VA_LIST_COMPATIBILITY 1
#endif #endif
/* /*
@ -137,8 +137,8 @@
#endif #endif
#ifndef __INTEL_COMPILER #ifndef __INTEL_COMPILER
# define __GNUCLIKE_BUILTIN_NEXT_ARG 1 #define __GNUCLIKE_BUILTIN_NEXT_ARG 1
# define __GNUCLIKE_MATH_BUILTIN_RELOPS #define __GNUCLIKE_MATH_BUILTIN_RELOPS
#endif #endif
#define __GNUCLIKE_BUILTIN_MEMCPY 1 #define __GNUCLIKE_BUILTIN_MEMCPY 1