9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
9 lines
112 B
C
9 lines
112 B
C
|
|
#ifndef _ABIBITS_GID_T_H
|
|
#define _ABIBITS_GID_T_H
|
|
|
|
typedef unsigned int gid_t;
|
|
|
|
#endif /* _ABIBITS_GID_T_H */
|
|
|