sortix-mirror/libmaxsi/decl/gid_t.h

5 lines
70 B
C
Raw Normal View History

2011-08-05 12:25:00 +00:00
#ifndef _GID_T_DECL
#define _GID_T_DECL
typedef __gid_t gid_t;
#endif