sortix-mirror/libc/decl/suseconds_t.h

5 lines
94 B
C

#ifndef _SUSECONDS_T_DECL
#define _SUSECONDS_T_DECL
typedef __suseconds_t suseconds_t;
#endif