diff options
Diffstat (limited to 'libfshelp')
-rw-r--r-- | libfshelp/lock-acquire.c | 4 |
1 files changed, 3 insertions, 1 deletions
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) |