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:
parent
e6430c9e8c
commit
443467d752
|
@ -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.
|
||||||
|
|
|
@ -114,8 +114,8 @@
|
||||||
#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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue