Displaying 1 result from an estimated 1 matches for "mysingnal".
Did you mean:
mysignal
2001 Jul 22
2
Patches for Cray T3Es running Unicossmk and SV1s running Unicos
...think session.c is getting
to loaded with speicalied system codes. The same is true for pty.c.
Maby it time to split out the code int seperate system modules in
the openbsd-compat directiry.
4) Fixed a few minor issues with resetting SIGCHLD. If you permanently
install
a signal with mysingnal for SIGCHLD you don't need to reset it in the
sigchld handler. You can get into a infinite signal loop if the sigchld
handler does not reap the child win it is called if it reset the sigchld
handler, it is a cray thing.
5) It is possible to get an EINTR on a waitpid call on a cray, i...