commit | 4134b48b68c29536d59521d8f8d156967f0e8a8b | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Fri Sep 16 12:43:16 2011 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Fri Sep 16 12:43:16 2011 +0000 |
tree | ee482a985136e8603a010a3cd65223b28078228b | |
parent | c6353a5654bc14a66f5d0a6657b373fca7bce8a3 [diff] |
Fixing Linux AIO syscalls return value handling: syscall(2) uses usual libc convention, it returns -1 on error and sets errno. Obsolete _syscall(2) returns negative value of error. Thanks to Hagai Avrahami.