git: 6e0278408ea0 - main - sys/unistd.h: Use correct POSIX_VERION of 200809L
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 May 2024 18:15:22 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=6e0278408ea0806ea1e0b4846796458c0dc26adc
commit 6e0278408ea0806ea1e0b4846796458c0dc26adc
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-05-31 17:59:24 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-05-31 17:59:24 +0000
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: 2e30926a680d
Sponsored by: Netflix
---
sys/sys/unistd.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/sys/unistd.h b/sys/sys/unistd.h
index fcfb417bfb1e..096d3444f997 100644
--- a/sys/sys/unistd.h
+++ b/sys/sys/unistd.h
@@ -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 */