mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 02:11:08 +00:00
7ea793f39c
The tile vDSO vsyscalls were not properly setting the error value. Conventionally, tile returns the same "non-negative success, negative errno" value that x86 does (in r0), but it also returns "zero or positive errno" in r1, which is what the regular syscall code checks. This change uses that convention for the vDSO calls as well. |
||
---|---|---|
.. | ||
environments.h | ||
libc-vdso.h | ||
local_lim.h | ||
mman.h | ||
sigaction.h | ||
siginfo.h |