sortix-mirror/libc/decl/timer_t.h

5 lines
78 B
C

#ifndef _TIMER_T_DECL
#define _TIMER_T_DECL
typedef __timer_t timer_t;
#endif