Frank Hofmann wrote:
In short, you cannot catch SIGSTOP. No, I don't know why/whether it works on other platforms.
Except the original poster wanted to catch SIGTSTP which can quite legitimately be caught or ignored on Solaris.
By my reading of it, his program should work... The only gotcha I can think of is that the sigwait() manpage does say you need to compile with -D_POSIX_PTHREAD_SEMANTICS to get the right thread semantics.
Pete. _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
