diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-16 15:34:26 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-16 15:34:26 +0000 |
commit | 2d70b1e637d8fc4dc25f58006ed6f6770ea4bbdd (patch) | |
tree | f0f3b2c3d66a536cc21e694cae7e7289cbaac60a /proc | |
parent | 4b03e6b9b56f1d63747e03a3577c00ba61e7b9c1 (diff) |
(EWOULDBLOCK): Define to work around new libc bug.
Diffstat (limited to 'proc')
-rw-r--r-- | proc/wait.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proc/wait.c b/proc/wait.c index 8a42b3ef..60ec58ff 100644 --- a/proc/wait.c +++ b/proc/wait.c @@ -32,6 +32,8 @@ #include "process_S.h" #include <mach/mig_errors.h> +#define EWOULDBLOCK EAGAIN /* XXX */ + /* Return nonzero if a `waitpid' on WAIT_PID by a process in MYPGRP cares about the death of PID/PGRP. */ static inline int |