On 07/29/2008 12:34 AM, Gregor Jasny wrote:
What happens to negative retvals like -EINVAL? Get they somewhere truncated to -1 and
errno set?
See syscall_error in your glibc :). (Called from syscall from glibc if return
value is between -4095 and -1.)