commit | f5a408d53edef3af07ac7697b8bc54a755628450 | [log] [tgz] |
---|---|---|
author | Guy Martin <gmsoft@tuxicoman.be> | Thu Jan 16 17:17:53 2014 +0100 |
committer | Helge Deller <deller@gmx.de> | Sun Feb 02 20:57:42 2014 +0100 |
tree | e0537fd9e08dbbbe4a897bfb611feb74169705c9 | |
parent | 9391bc777b055aca06f422095261e922431c0ec2 [diff] |
parisc: Make EWOULDBLOCK be equal to EAGAIN on parisc On Linux, only parisc uses a different value for EWOULDBLOCK which causes a lot of troubles for applications not checking for both values. Since the hpux compat is long dead, make EWOULDBLOCK behave the same as all other architectures. Signed-off-by: Guy Martin <gmsoft@tuxicoman.be> Signed-off-by: Helge Deller <deller@gmx.de>