summaryrefslogtreecommitdiff
path: root/firmware/libc/include/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/libc/include/time.h')
-rw-r--r--firmware/libc/include/time.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/libc/include/time.h b/firmware/libc/include/time.h
index 217b454321..4796b8b083 100644
--- a/firmware/libc/include/time.h
+++ b/firmware/libc/include/time.h
@@ -28,12 +28,6 @@ struct tm
28#if !defined(_TIME_T_DEFINED) && !defined(_TIME_T_DECLARED) 28#if !defined(_TIME_T_DEFINED) && !defined(_TIME_T_DECLARED)
29typedef long time_t; 29typedef long time_t;
30 30
31struct utimbuf
32{
33 time_t actime;
34 time_t modtime;
35};
36
37/* this define below is used by the mingw headers to prevent duplicate 31/* this define below is used by the mingw headers to prevent duplicate
38 typedefs */ 32 typedefs */
39#define _TIME_T_DEFINED 33#define _TIME_T_DEFINED