--- libeio/Changes 2010/09/12 03:36:28 1.16 +++ libeio/Changes 2010/10/30 14:36:53 1.17 @@ -25,4 +25,6 @@ - add OS-independent EIO_MT_* and EIO_MS_* flag enums. - add eio_statvfs/eio_fstatvfs. - add eio_mlock/eio_mlockall and OS-independent MCL_* flag enums. + - no longer set errno to 0 before making syscalls, this only lures + people into the trap of believing errno shows success or failure.