Align parameter name of Generic_gettime_realtime

Align with name in implementation.
This commit is contained in:
Christian Göttsche 2021-05-10 17:30:04 +02:00 committed by BenBE
parent 54d7c6a080
commit d918cd9f2a
1 changed files with 1 additions and 1 deletions

View File

@ -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);