sortix-mirror/libc/decl/useconds_t.h

5 lines
90 B
C

#ifndef _USECONDS_T_DECL
#define _USECONDS_T_DECL
typedef __useconds_t useconds_t;
#endif