OrionLibC
Barry Updating libc for pipes and signals ad9b6af (2 years, 2 months ago)diff --git a/include/time.h b/include/time.h index 24dee55..c325424 100644 --- a/include/time.h +++ b/include/time.h @@ -2,8 +2,7 @@ #define _TIME_H #include <stdint.h> - -typedef uint32_t time_t; +#include <sys/types.h> int sleep(uint32_t ms); time_t time(time_t *tloc);