Skip to content

Commit fafc060

Browse files
jbeichemersion
authored andcommitted
common/log: bump POSIX version used after e81d9fd
../common/log.c:63:16: error: use of undeclared identifier 'CLOCK_MONOTONIC' clock_gettime(CLOCK_MONOTONIC, &start_time); ^ ../common/log.c:75:16: error: use of undeclared identifier 'CLOCK_MONOTONIC' clock_gettime(CLOCK_MONOTONIC, &ts); ^
1 parent e81d9fd commit fafc060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/log.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define _POSIX_C_SOURCE 199506L
1+
#define _POSIX_C_SOURCE 200112L
22
#include <signal.h>
33
#include <stdarg.h>
44
#include <stdio.h>

0 commit comments

Comments
 (0)