sortix--sortix/libc/decl/gid_t.h

5 lines
70 B
C
Raw Normal View History

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