]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - include/mpw/grp.h
19990502 sourceware import
[thirdparty/binutils-gdb.git] / include / mpw / grp.h
1 #pragma once
2
3 #include "sys/types.h"
4
5 struct group {
6 char *gr_name;
7 gid_t gr_gid;
8 char *gr_passwd;
9 char **gr_mem;
10 };