sortix-mirror/libc/decl/clockid_t.h

5 lines
86 B
C

#ifndef _CLOCKID_T_DECL
#define _CLOCKID_T_DECL
typedef __clockid_t clockid_t;
#endif