* elf32-sh.c (sh_elf_howto_table): Moved R_SH_GOT32, R_SH_PLT32,
[binutils.git] / include / mpw / grp.h
blobfaf2c6a6be9b8b2d0ad496ed82ce4d0cca9910c4
1 #pragma once
3 #include "sys/types.h"
5 struct group {
6 char *gr_name;
7 gid_t gr_gid;
8 char *gr_passwd;
9 char **gr_mem;