Skip to content

Commit

Permalink
Use correct parameter type for clock_gettime
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli2 committed Jul 18, 2016
1 parent 13db2a3 commit 39fb9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/Time.cpp
Expand Up @@ -29,7 +29,7 @@ namespace platform {

#include <time.h>

static clock_t g_clockId = CLOCK_REALTIME;
static clockid_t g_clockId = CLOCK_REALTIME;

void initializeTime() {

Expand Down

0 comments on commit 39fb9a0

Please sign in to comment.