summaryrefslogtreecommitdiff
path: root/src/pwd/setpwent.c
blob: ddee4014e664709b6e84f425d4558ab473663643 (plain)
1
2
3
4
5
6
7
8
9
#include <pwd.h>

void setpwent(void)
{
}

/*
XOPEN(400)
*/