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

#include <stdlib.h>

int grantpt(int fildes)
{
	return fildes;
}

/*
XOPEN(400)
*/


#endif