mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(struct group): Add gr_gid member.
This commit is contained in:
parent
07f7980ac3
commit
de56235e50
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
/* Emacs uses only gr_name */
|
||||
struct group {
|
||||
char *gr_name; /* group name */
|
||||
gid_t gr_gid; /* group numerical ID */
|
||||
};
|
||||
|
||||
struct group *getgrgid(gid_t);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue