summaryrefslogtreecommitdiff
path: root/src/stdlib/unlockpt.c
blob: 45fcc941dd6d7c5cdce422d9db0ca44e6f608e0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#if 0

#include <stdlib.h>

int unlockpt(int fildes)
{
	return fildes;
}

/*
XOPEN(400)
*/


#endif