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:
Warner Losh 2024-11-14 16:52:50 -07:00
parent aec6c812be
commit f95d9ec921

View file

@ -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