author | Rich Felker <dalias@aerifal.cx> | 2016年07月03日 14:40:11 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2016年07月03日 15:02:25 -0400 |
commit | befa5866ee30d09c0c96e88af2eabff5911342ea (patch) | |
tree | a72045d740e0a4b204ef6d742f7f3a3ca12e6c0e /include/sys/time.h | |
parent | 093288dcb37a30c634b0a00eb7e2a0dbe72ebf95 (diff) | |
download | musl-befa5866ee30d09c0c96e88af2eabff5911342ea.tar.gz |
-rw-r--r-- | include/sys/time.h | 3 |
diff --git a/include/sys/time.h b/include/sys/time.h index bfe1414e..e4b379ae 100644 --- a/include/sys/time.h +++ b/include/sys/time.h @@ -17,8 +17,7 @@ int gettimeofday (struct timeval *__restrict, void *__restrict); #define ITIMER_VIRTUAL 1 #define ITIMER_PROF 2 -struct itimerval -{ +struct itimerval { struct timeval it_interval; struct timeval it_value; }; |