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
- einval-on-wrong-args patch Egor Duda
- Re: einval-on-wrong-args patch Christopher Faylor
- Re: einval-on-wrong-args patch Egor Duda
- Re: einval-on-wrong-args patch Christopher Faylor
