1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
This commit is contained in:
Rémi Denis-Courmont 2009-10-18 16:02:35 +03:00
parent 000c918638
commit f7aee60194

View File

@ -80,9 +80,9 @@ int nanosleep(struct timespec *, struct timespec *);
# if (_POSIX_CLOCK_SELECTION < 0)
/*
* We cannot use the monotonic clock is clock selection is not available,
* We cannot use the monotonic clock if clock selection is not available,
* as it would screw vlc_cond_timedwait() completely. Instead, we have to
* stick to the realtime clock. Nevermind it screws everything when ntpdate
* stick to the realtime clock. Nevermind it screws everything when ntpdate
* warps the wall clock.
*/
# undef CLOCK_MONOTONIC