Fix ia64 gas testsuite. Update ia64 DV tables. Fix ia64 gas testsuite again.
[deliverable/binutils-gdb.git] / include / mpw / grp.h
CommitLineData
252b5132
RH
1#pragma once
2
3#include "sys/types.h"
4
5struct group {
6 char *gr_name;
7 gid_t gr_gid;
8 char *gr_passwd;
9 char **gr_mem;
10};
This page took 0.050897 seconds and 4 git commands to generate.