1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/libc/decl/sa_family_t.h
Jonas 'Sortie' Termansen 79a49b2015 Add socket interface.
2013-12-17 14:30:30 +01:00

4 lines
99 B
C

#ifndef _SA_FAMILY_T_DECL
#define _SA_FAMILY_T_DECL
typedef unsigned short int sa_family_t;
#endif