Browse Source

Merge 4c5126e59f into 43e1173e30

pull/543/merge
JamppaSuomesta GitHub 7 months ago
parent
commit
da65a4068e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      linux/JackLinuxTime.c

+ 6
- 1
linux/JackLinuxTime.c View File

@@ -122,7 +122,12 @@ static jack_time_t jack_get_microseconds_from_hpet (void)

#endif /* HPET_SUPPORT */

#define HAVE_CLOCK_GETTIME 1
/* One should avoid gettimeofday for purposes of timestamping,
* cause it is possible to mis calculate time between timestamps
* if something/user changes system date.
* -- lja
*/
/* #define HAVE_CLOCK_GETTIME 1 */

#ifndef HAVE_CLOCK_GETTIME



Loading…
Cancel
Save