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 */