зеркало из https://github.com/github/putty.git
Remove inaccurate comment about Unix getticks() function.
It's not always based on gettimeofday(); now it mostly uses clock_gettime().
This commit is contained in:
Родитель
1de7240eb8
Коммит
de52cc8597
|
@ -74,7 +74,7 @@ typedef uint32_t uint32; /* C99: uint32_t defined in stdint.h */
|
|||
#define SEL_NL { 10 }
|
||||
|
||||
/* Simple wraparound timer function */
|
||||
unsigned long getticks(void); /* based on gettimeofday(2) */
|
||||
unsigned long getticks(void);
|
||||
#define GETTICKCOUNT getticks
|
||||
#define TICKSPERSEC 1000 /* we choose to use milliseconds */
|
||||
#define CURSORBLINK 450 /* no standard way to set this */
|
||||
|
|
Загрузка…
Ссылка в новой задаче