blob: 719881f08658d8a024718205af62f4644b830a03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error Meh....
#endif
GOM(forkpty, iFEpppp)
GO(login, vFp)
GO(login_tty, iFi)
GO(logout, iFp)
GO(logwtmp, vFppp)
GO(openpty, iFppppp)
|