mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
libc/time: rearrange itimerspec struct elements
Aligns with the linux definition of itimerspec
This commit is contained in:
committed by
Xiang Xiao
parent
f66b17091c
commit
e8ac5c44f4
+1
-1
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user