mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 15:52:40 -04:00
cdefs: Bump the defaults for 'all'
Bump default to POSIX at 202405, C at 2023 and xopen at 800... Sponsored by: Netflix Reviewed by: brooks Differential Revision: https://reviews.freebsd.org/D47578
This commit is contained in:
parent
aec6c812be
commit
f95d9ec921
1 changed files with 3 additions and 3 deletions
|
|
@ -623,10 +623,10 @@
|
|||
#define __ISO_C_VISIBLE 2023
|
||||
#define __EXT1_VISIBLE 0
|
||||
#else /* Default environment: show everything. */
|
||||
#define __POSIX_VISIBLE 200809
|
||||
#define __XSI_VISIBLE 700
|
||||
#define __POSIX_VISIBLE 202405
|
||||
#define __XSI_VISIBLE 800
|
||||
#define __BSD_VISIBLE 1
|
||||
#define __ISO_C_VISIBLE 2011
|
||||
#define __ISO_C_VISIBLE 2023
|
||||
#define __EXT1_VISIBLE 1
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue