git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update readme
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
clock.h
diff --git
a/lunaix-os/includes/lunaix/clock.h
b/lunaix-os/includes/lunaix/clock.h
index 8c9ab15a5eecdcbd28fd01ce3ed2c6428fb8dae5..889490e9af0fb54d14fa5668ca3f422c549931a4 100644
(file)
--- a/
lunaix-os/includes/lunaix/clock.h
+++ b/
lunaix-os/includes/lunaix/clock.h
@@
-3,11
+3,11
@@
#include <lunaix/types.h>
#include <lunaix/types.h>
-typedef u
int
32_t time_t;
+typedef u32_t time_t;
typedef struct
{
typedef struct
{
- u
int
32_t year; // use int32 as we need to store the 4-digit year
+ u32_t year; // use int32 as we need to store the 4-digit year
uint8_t month;
uint8_t day;
uint8_t weekday;
uint8_t month;
uint8_t day;
uint8_t weekday;