diff options
| author | manu <manu@NetBSD.org> | 2001-05-07 09:55:12 +0000 |
|---|---|---|
| committer | manu <manu@NetBSD.org> | 2001-05-07 09:55:12 +0000 |
| commit | 7e6929fe90e7f2265fbf5ccf5a9420409ebf9d6b (patch) | |
| tree | 8168603b32eb91b3137b10f0eb47dda98bd316ca /sys/compat/linux/common/linux_exec.c | |
| parent | 0bb85c49224837bd825a633c9b51a1d549d54460 (diff) | |
Changed EMUL_BSD_ASYNCIO_PIPE to EMUL_NO_BSD_ASYNCIO_PIPE, so that
the native emulation (NetBSD) does not have a flag.
Diffstat (limited to 'sys/compat/linux/common/linux_exec.c')
| -rw-r--r-- | sys/compat/linux/common/linux_exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/common/linux_exec.c b/sys/compat/linux/common/linux_exec.c index 73d0d3087e9..c140ae80aae 100644 --- a/sys/compat/linux/common/linux_exec.c +++ b/sys/compat/linux/common/linux_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.c,v 1.49 2001/05/06 19:09:52 manu Exp $ */ +/* $NetBSD: linux_exec.c,v 1.50 2001/05/07 09:55:13 manu Exp $ */ /*- * Copyright (c) 1994, 1995, 1998, 2000 The NetBSD Foundation, Inc. @@ -113,7 +113,7 @@ const struct emul emul_linux = { "linux", "/emul/linux", #ifndef __HAVE_MINIMAL_EMUL - EMUL_NO_SIGIO_ON_READ, + EMUL_NO_BSD_ASYNCIO_PIPE | EMUL_NO_SIGIO_ON_READ, (int*)native_to_linux_errno, LINUX_SYS_syscall, LINUX_SYS_MAXSYSCALL, |
