This is the mail archive of the cygwin-patches@cygwin.com 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: [PATCH] system-cancel part2


On Wed, Jan 15, 2003 at 11:35:40AM -0500, Christopher Faylor wrote:
>>2003-01-15  Thomas Paff  <tpfaff@gmx.net>
>>
>>	* syscalls.cc (struct system_cleanup_args): New struct.
>>	(system_cleanup): New function.
>>	(system): Use pthread_cleanup_push and _pop to save and restore
>>	signal handlers and sigprocmask.
>
>Please do not check this in.  You are changing other parts of the code than the
>pthreads code and I want to study what you've done before you are approved to
>check this in.
>
>In other words, Robert's "as long as you have a test case" only applies to
>trivial changes or changes to pthread.cc, thread.cc, or thread.h.

Sorry for the long delay.  This patch looks ok to me.  Please feel free
to check it in along with your additional test cases.

cgf


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