index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdlib
/
grantpt.c
blob: 71e28e2a694bbd7db0996607be0182999986e67f (
plain
)
1
2
3
4
5
6
7
8
9
10
#include <stdlib.h> int grantpt(int fildes) { return fildes; } /* XOPEN(400) */