summaryrefslogtreecommitdiffstats
path: root/include/linux-time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux-time.h')
-rw-r--r--include/linux-time.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux-time.h b/include/linux-time.h
index c1105ab6b..792811c69 100644
--- a/include/linux-time.h
+++ b/include/linux-time.h
@@ -1,5 +1,5 @@
-#ifndef _SYS_TIME_H
-#define _SYS_TIME_H
+#ifndef _TIME_H
+#define _TIME_H
#pragma ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.16 */
@@ -13,7 +13,7 @@ extern "C" {
#endif
#include <linux/time.h>
-#include <sys/linux-types.h>
+#include <linux-types.h>
extern unsigned long long monotonic_clock(void);
typedef struct timespec timestruc_t; /* definition per SVr4 */
@@ -61,4 +61,4 @@ gethrestime_sec(void)
}
#endif
-#endif /* _SYS_TIME_H */
+#endif /* _TIME_H */