commit | 95c098286bd5e8397ef25deee15477e0398979b9 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Thu Jun 07 15:14:50 2012 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Sat Aug 04 09:37:50 2012 -0700 |
tree | cf4266f81bcd8b1373eb382b7005084188b04301 | |
parent | 0229f5a30efa7af51ac750fa0720a2e37978644e [diff] |
alpha-linux-user: Fix the getpriority syscall Alpha uses unbiased priority values in the syscall, with the a3 return value signaling error conditions. Therefore, properly interpret the libc getpriority as needed for the guest rather than passing the host value through unchanged. Signed-off-by: Richard Henderson <rth@twiddle.net>