summaryrefslogtreecommitdiff
path: root/src/grp/setgrent.c
blob: 17b5872b46332f8ac23b0248e2d71b92ae61c18b (plain)
1
2
3
4
5
6
7
8
9
#include <grp.h>

void setgrent(void)
{
}

/*
XOPEN(400)
*/