Rev 2486 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2486 | Rev 2541 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | */ |
33 | */ |
34 | 34 | ||
35 | #ifndef LIBC_TIME_H_ |
35 | #ifndef LIBC_TIME_H_ |
36 | #define LIBC_TIME_H_ |
36 | #define LIBC_TIME_H_ |
37 | 37 | ||
38 | #include <types.h> |
38 | #include <sys/types.h> |
39 | 39 | ||
40 | #define DST_NONE 0 |
40 | #define DST_NONE 0 |
41 | 41 | ||
42 | typedef long time_t; |
42 | typedef long time_t; |
43 | typedef long suseconds_t; |
43 | typedef long suseconds_t; |