mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Add __unix__. Tweak __KPRINTF_ATTRIBUTE__ while I'm here.
This commit is contained in:
parent
0eb7cf4d5f
commit
1b34d5982b
1 changed files with 2 additions and 1 deletions
|
|
@ -55,7 +55,8 @@ Boston, MA 02110-1301, USA. */
|
|||
{ \
|
||||
builtin_define_with_int_value ("__FreeBSD__", FBSD_MAJOR); \
|
||||
builtin_define_std ("unix"); \
|
||||
builtin_define ("__KPRINTF_ATTRIBUTE__"); \
|
||||
builtin_define_std ("__unix__"); \
|
||||
builtin_define ("__KPRINTF_ATTRIBUTE__"); \
|
||||
builtin_assert ("system=unix"); \
|
||||
builtin_assert ("system=bsd"); \
|
||||
builtin_assert ("system=FreeBSD"); \
|
||||
|
|
|
|||
Loading…
Reference in a new issue