sortix-mirror/libc/decl/timer_t.h
Jonas 'Sortie' Termansen 8162011b5d Add <time.h> header forward declarations.
Note that many of the functions are not yet implemented.
2013-12-17 14:30:29 +01:00

5 lines
78 B
C

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