From 184d69f574d941e6dd31e2b0e17a492397bb3dad Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 4 Mar 2017 18:51:01 -0800 Subject: [PATCH] Adjust version level for the *time_r functions --- include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common.h b/include/common.h index 2fb98e8ad..ac8ed2342 100644 --- a/include/common.h +++ b/include/common.h @@ -22,7 +22,7 @@ // needed for *time_r functions under MinGW #ifndef _POSIX_THREAD_SAFE_FUNCTIONS -#define _POSIX_THREAD_SAFE_FUNCTIONS 200112L +#define _POSIX_THREAD_SAFE_FUNCTIONS 200809L #endif // needed for 64-bit off_t on 32-bit OSes