HomeFreeBSD

Introduce an architecture-agnostic <sys/_stdarg.h> to reduce

Description

Introduce an architecture-agnostic <sys/_stdarg.h> to reduce
platform divergence.

Only architectures which pass arguments in registers (mips)
and platforms which use really weird compilers (any?) would
need to augment the contents of <sys/_stdarg.h>

Convert x86, arm and arm64 architectures to use <sys/_stdarg.h>

Details

Provenance
phkAuthored on
Parents
rS327181: fsync(3): correctly document return values
Branches
Unknown
Tags
Unknown