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

void endpwent(void)
{
}

/*
XOPEN(400)
*/