*fixed a compile error with gcc.
This commit is contained in:
parent
22eeabb807
commit
e68120a8b2
@ -1094,7 +1094,7 @@ static int_t _ticks(void) {
|
||||
|
||||
return (int_t)(ts.tv_sec * 1000 + ts.tv_nsec / 1000000);
|
||||
}
|
||||
#elif defined defined __GNUC__
|
||||
#elif defined __GNUC__
|
||||
static int_t _ticks(void) {
|
||||
struct timespec ts;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user