repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux: Assume and consolidate shutdown wire-up syscall
[glibc.git]
/
include
/
pty.h
blob
93335fe3b6ce441f40d78e45c3db431851b28a56
1
#ifndef _PTY_H
2
#include <login/pty.h>
3
4
# ifndef _ISOMAC
5
6
libc_hidden_proto
(
forkpty
)
7
libc_hidden_proto
(
openpty
)
8
9
# endif
/* !_ISOMAC */
10
#endif