OrionLibC
Barry Updating libc for pipes and signals ad9b6af (2 years, 2 months ago)diff --git a/include/sys/types.h b/include/sys/types.h index f8d727a..42ad07c 100644 --- a/include/sys/types.h +++ b/include/sys/types.h @@ -10,5 +10,7 @@ typedef int off_t; typedef int mode_t; typedef int nlink_t; typedef int refcount_t; +typedef unsigned int time_t; +typedef unsigned int suseconds_t; #endif