Skip to content

Commit

Permalink
common/log: bump POSIX version used after e81d9fd
Browse files Browse the repository at this point in the history
../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);
                      ^
  • Loading branch information
jbeich authored and emersion committed Mar 7, 2020
1 parent e81d9fd commit fafc060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/log.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define _POSIX_C_SOURCE 199506L
#define _POSIX_C_SOURCE 200112L
#include <signal.h>
#include <stdarg.h>
#include <stdio.h>
Expand Down

0 comments on commit fafc060

Please sign in to comment.