| commit | cca32269c9b58c8df98f9784790472a53dc1e6e9 | [log] [tgz] |
|---|---|---|
| author | JP Abgrall <jpa@google.com> | Thu Mar 06 19:40:45 2014 -0800 |
| committer | JP Abgrall <jpa@google.com> | Thu Mar 06 19:40:45 2014 -0800 |
| tree | d0e279f4e54885ea0188beaba63df8cee79d1fa3 | |
| parent | 4516a87a7c793ca4a036e57bae8b31554c25146f [diff] |
adb: fix windows build after "forward --list" fix. EWOULDBLOCK is not there on windows. It gets translated by the adb_write() wrapper into EGAIN. But the Linux one does not translate EWOULDBLOCK into EGAIN. Without EWOULDBLOCK, it works just fine. Change-Id: Ic293be392aa4364637428ea94ef87890ffa09b9b Signed-off-by: JP Abgrall <jpa@google.com>