On Wed, Mar 24, 2010 at 12:57:40AM +0100, ????? ???????????? wrote: > I am looking for an example for the user land pty/pseudo-terminal API > to implement custom master/slaves (without setid). Does anyone have > pointers? >
i'm not totally sure i understand the question, but it sounds like your asking for pointers to the open("/dev/ptmx"), grantpt(3c), ptsname(3C), unlockpt(3C), posix interfaces. ed