Re: Patch for prctl(2)

Matthias Urlichs (smurf@lap.noris.de)
26 Aug 1997 15:17:41 +0200


Richard Gooch <rgooch@atnf.CSIRO.AU> writes:
> +
> +asmlinkage int sys_prctl(int option, unsigned long arg2, unsigned long arg3,
> + unsigned long arg4, unsigned long arg5)
> +{
> + switch (option) {
> + default:
> + error = -EINVAL;

Shouldn't that rather be -ENOSYS?

-- 
Matthias Urlichs