-rw-r--r-- | include/utime.h | 3 |
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; }; |