sortix-mirror/libc/decl/time_t.h

5 lines
74 B
C

#ifndef _TIME_T_DECL
#define _TIME_T_DECL
typedef __time_t time_t;
#endif