Operating System - HP-UX
1753989 Members
7005 Online
108811 Solutions
New Discussion

Pseudo terminal programming problem

 
Scott Nelson_1
Occasional Contributor

Pseudo terminal programming problem

I am trying to port our application from linux/SCO to an HP-UX 10.20 system, and it makes use of pseudo terminals.

I can't get the slave to open when using /dev/ptmx, and when using /dev/ptyXX, when the slave closes, the master does not notice it and hangs.

On this particular system that I am using to port my app (which is the customer's system) is running HP-UX 10.20.

I've attached the relevant code.

...help!...