sortix-mirror/libc/decl/time_t.h
2012-12-14 14:13:36 +01:00

5 lines
74 B
C

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