From 4b03e6b9b56f1d63747e03a3577c00ba61e7b9c1 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 16 Jul 1996 15:30:34 +0000 Subject: (EWOULDBLOCK): Define, to work around new libc bug. --- libfshelp/lock-acquire.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libfshelp') diff --git a/libfshelp/lock-acquire.c b/libfshelp/lock-acquire.c index f8ddb7a6..9c81634a 100644 --- a/libfshelp/lock-acquire.c +++ b/libfshelp/lock-acquire.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1993, 1994 Free Software Foundation + Copyright (C) 1993, 1994, 1996 Free Software Foundation This file is part of the GNU Hurd. @@ -21,6 +21,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "locks.h" +#define EWOULDBLOCK EAGAIN /* XXX */ + error_t fshelp_acquire_lock (struct lock_box *box, int *user, struct mutex *mut, int flags) -- cgit v1.2.3