aboutsummaryrefslogtreecommitdiff
path: root/libc/include/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/time.h')
-rw-r--r--libc/include/time.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/include/time.h b/libc/include/time.h
index 517f596..8d34fdb 100644
--- a/libc/include/time.h
+++ b/libc/include/time.h
@@ -19,11 +19,6 @@ struct tm {
int tm_mday;
int tm_mon;
int tm_year;
-
- /* unused in skiboot */
- int tm_wday;
- int tm_yday;
- int tm_isdst;
};
typedef long time_t;