From 250ba2a8993efb2e109eae6361c912cd00a8223f Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 23 Mar 2017 10:18:12 +0100 Subject: [PATCH] : Add missing _PC_TIMESTAMP_RESOLUTION. We don't handle it yet though. --- sys/sys/unistd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys/unistd.h b/sys/sys/unistd.h index 129448b1f9..09e3faef1a 100644 --- a/sys/sys/unistd.h +++ b/sys/sys/unistd.h @@ -153,6 +153,7 @@ #if __POSIX_VISIBLE >= 200809 #define _PC_2_SYMLINKS 22 +#define _PC_TIMESTAMP_RESOLUTION 23 #endif #if __BSD_VISIBLE -- 2.11.4.GIT