diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-01-11 16:27:45 -0800 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-11 16:36:54 -0800 |
commit | a5ee3834bf060c8a238be84ea7287bdfa8303a27 (patch) | |
tree | e8785e1ce22eed6e376e0e8bcc400bf7f0f02516 /changes | |
parent | dffc8e359bcfeb00813a3afde6aa2328f6a6a476 (diff) | |
download | tor-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/bug7935 | 4 |
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". |