CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/25 03:43:37
Modified files:
lib/libc/arch/aarch64/sys: cerror.S
Log message:
__errno() returns a 32-bit pointer, so make sure we write a 32-bit
value to and not overwrite other bits by writing a 64-bit value.
