eric wrote: > Exactly how do you propose to implement posix_spawnattr_setsigdefault > without understanding cygwin internals, and given the fact that native > Windows API is woefully lacking in sigset_t coding?
in the startup code for the new process, i'd call signal() (or similar) to set the default handler for each of the signals mentioned in the sigset_t. ta, jack -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/