sys/unistd.h: Use correct POSIX_VERION of 200809L

200809L was tested, but I recreated the patch rather than using the
actual patch and typo'd to 200808 by mistake. Also, the PR in original
was the patch ID not the bug ID.

Pr Exp Run: 277915
Fixes: 2e30926a68
Sponsored by: Netflix
This commit is contained in:
Warner Losh 2024-05-31 11:59:24 -06:00
parent 2c901189bb
commit 6e0278408e

View file

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