HomeFreeBSD

Remove bogus checks against NCARGS.

Description

Remove bogus checks against NCARGS.

NCARGS isn't a limit on the number of arguments to pass to a function,
but the number of bytes that can be consumed by arguments to exec. As
such, it is not suitable for a limit on the count of arguments passed
to makecontext().

Sponsored by: DARPA / AFRL

Details

Provenance
jhbAuthored on
Parents
rS328630: Clarify that the additional arguments to makecontext() are of type int.
Branches
Unknown
Tags
Unknown