From f5a408d53edef3af07ac7697b8bc54a755628450 Mon Sep 17 00:00:00 2001 From: Guy Martin Date: Thu, 16 Jan 2014 17:17:53 +0100 Subject: [PATCH] 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 Signed-off-by: Helge Deller --- Reading git-format-patch failed