libc/time: rearrange itimerspec struct elements

Aligns with the linux definition of itimerspec
This commit is contained in:
Richard Tucker 2022-06-02 22:06:16 +10:00 committed by Xiang Xiao
parent f66b17091c
commit e8ac5c44f4

View File

@ -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) */