This is the mail archive of the cygwin-patches@sources.redhat.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]

Re: einval-on-wrong-args patch


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


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