FreeBSD bump POSIX_VERISON to 200809L

FreeBSD now provides the overwhelming majority of the new interfaces for
POSIX_VERSION 200809 (aka POSIX.1-2017 aka IEEE Std 1003.1™-2017, The
Open Group Technical Standard Base Specifications, Issue 7 and IEEE Std
1003.1™-2017 (Revision of IEEE Std 1003.1-2008))

Exp Run PR: 249444
Sponsored by: Netflix
This commit is contained in:
Warner Losh 2024-05-31 09:31:52 -06:00
parent a8fe2d331b
commit 2e30926a68

View file

@ -93,7 +93,7 @@
#endif
/* Define the POSIX.1 version we target for compliance. */
#define _POSIX_VERSION 200112L
#define _POSIX_VERSION 200808L
/* access function */
#define F_OK 0 /* test for existence of file */