summaryrefslogtreecommitdiff
path: root/src/utmpx/setutxent.c
blob: 4908065b294fdde70c4f68509ec71511f004c311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#if 0

#include <utmpx.h>

void setutxent(void)
{
}

/*
XOPEN(400)
*/


#endif