libc/time: rearrange itimerspec struct elements
Aligns with the linux definition of itimerspec
This commit is contained in:
parent
f66b17091c
commit
e8ac5c44f4
@ -140,8 +140,8 @@ struct tm
|
||||
|
||||
struct itimerspec
|
||||
{
|
||||
struct timespec it_interval; /* Thereafter */
|
||||
struct timespec it_value; /* First time */
|
||||
struct timespec it_interval; /* and thereafter */
|
||||
};
|
||||
|
||||
/* forward reference (defined in signal.h) */
|
||||
|
Loading…
Reference in New Issue
Block a user