optimizing fork/exec in vendor source
Jack Andrews
effbiae@gmail.com
Sat Oct 11 04:22:00 GMT 2008
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/
More information about the Cygwin
mailing list