CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/15 14:37:48
Modified files:
libexec/ld.so/aarch64: SYS.h
Log message:
On arm64 negate the whole 64-bit register otherwise system call wrappers
that return ssize_t will not return a negative value upon error.
Fixes dynamical loading of shared objects using dlopen().
ok guenther@
