sortix-mirror/libmaxsi/decl/gid_t.h

5 lines
70 B
C

#ifndef _GID_T_DECL
#define _GID_T_DECL
typedef __gid_t gid_t;
#endif