From 2e30926a680dab37a4501021085990905827fdf9 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 31 May 2024 09:31:52 -0600 Subject: [PATCH] FreeBSD bump POSIX_VERISON to 200809L MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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 6128aab6187..fcfb417bfb1 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 200112L +#define _POSIX_VERSION 200808L /* access function */ #define F_OK 0 /* test for existence of file */