BarryServer : Git

All the code for all my projects
// BarryServer : Git / OrionLibC / commit / ad9b6af63f1fdfcf3556c9b2fc670f72cdc60ab4 / include / time.h

// Related

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);