einval-on-wrong-args patch

Christopher Faylor cgf@redhat.com
Fri Feb 16 09:07:00 GMT 2001


On Fri, Feb 16, 2001 at 06:37:55PM +0300, Egor Duda wrote:
>Hi!
>
>[pedantic mode on]
>
>  return  EINVAL  if  signal()  or  lseek()  are  called  with illegal
>arguments.
>
>[pedantic mode off :)]

Either your signal() change is not quite right, or sigaction() is wrong.
sigaction() allows setting the handler for SIGKILL to SIG_DFL.  Is
that incorrect?  If not, then please modify your change (and check it in).
If it is the incorrect behavior, could you fix sigaction, too?

cgf



More information about the Cygwin-patches mailing list