summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2010-10-30 14:36:53 +0000
committerroot <root>2010-10-30 14:36:53 +0000
commitcdee5e592589399934e7c9b5e24eea1f843fa155 (patch)
tree683e386e35137a28eab1a83b58c7eaaecc41965b /Changes
parentc70a5ca0aaae31cbb3948c9c37bf66000320fa4e (diff)
*** empty log message ***rel-3_7
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 656f945..c95b2be 100644
--- a/Changes
+++ b/Changes
@@ -25,4 +25,6 @@ TODO: openbsd requites stdint.h for intptr_t - why posix?
- 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.