# HG changeset patch # User Matthew Wild # Date 1543925475 0 # Node ID a374905e99ffc703d4c0ef55b0995d52b38fe928 # Parent 4f02aaf40ee9ad3c5e634d3670c1fcd5f07725a7 util.time: Bump POSIX_C_SOURCE to ensure visibility of CLOCK_MONOTONIC on FreeBSD (fixes #1253) diff -r 4f02aaf40ee9 -r a374905e99ff util-src/time.c --- a/util-src/time.c Mon Dec 03 23:06:41 2018 +0000 +++ b/util-src/time.c Tue Dec 04 12:11:15 2018 +0000 @@ -1,5 +1,5 @@ #ifndef _POSIX_C_SOURCE -#define _POSIX_C_SOURCE 199309L +#define _POSIX_C_SOURCE 200809L #endif #include