diff options
Diffstat (limited to 'include/utime.h')
| -rw-r--r-- | include/utime.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/include/utime.h b/include/utime.h index ec82e0f3..dd5ff927 100644 --- a/include/utime.h +++ b/include/utime.h @@ -9,8 +9,7 @@ extern "C" {  #include <bits/alltypes.h> -struct utimbuf -{ +struct utimbuf {  	time_t actime;  	time_t modtime;  }; | 
