sortix-mirror/libc/decl/socklen_t.h

5 lines
86 B
C

#ifndef _SOCKLEN_T_DECL
#define _SOCKLEN_T_DECL
typedef __socklen_t socklen_t;
#endif