aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-01-11 16:27:45 -0800
committerNick Mathewson <nickm@torproject.org>2013-01-11 16:36:54 -0800
commita5ee3834bf060c8a238be84ea7287bdfa8303a27 (patch)
treee8785e1ce22eed6e376e0e8bcc400bf7f0f02516 /changes
parentdffc8e359bcfeb00813a3afde6aa2328f6a6a476 (diff)
downloadtor-a5ee3834bf060c8a238be84ea7287bdfa8303a27.tar
tor-a5ee3834bf060c8a238be84ea7287bdfa8303a27.tar.gz
Handle EWOULDBLOCK as EAGAIN if they happen to be different.
Fixes bug 7935. Reported by 'oftc_must_be_destroyed'.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug79354
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug7935 b/changes/bug7935
new file mode 100644
index 000000000..ef910012c
--- /dev/null
+++ b/changes/bug7935
@@ -0,0 +1,4 @@
+ o Minor features (portability):
+ - Work correctly on unix systems where EAGAIN and EWOULDBLOCK are
+ separate error codes--or at least, don't break for that reason.
+ Fixes bug 7935. Reported by "oftc_must_be_destroyed".