Skip to content

Commit

Permalink
Align parameter name of Generic_gettime_realtime
Browse files Browse the repository at this point in the history
Align with name in implementation.
  • Loading branch information
cgzones authored and BenBE committed May 10, 2021
1 parent 54d7c6a commit d918cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generic/gettime.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ in the source distribution for its full text.
#include <sys/types.h>


void Generic_gettime_realtime(struct timeval* ts, uint64_t* msec);
void Generic_gettime_realtime(struct timeval* tvp, uint64_t* msec);

void Generic_gettime_monotonic(uint64_t* msec);

Expand Down

0 comments on commit d918cd9

Please sign in to comment.