This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: optimizing fork/exec in vendor source


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]