diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 1998-12-19 19:05:57 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 1998-12-19 19:05:57 +0000 |
| commit | 9073a41122b81b38d0b422e055a500fab0931b29 (patch) | |
| tree | 8ed74cf6f2cd401509f399cf71ac4a4e1183974f /sys/alpha/linux/linux_sysvec.c | |
| parent | 3d7b28315503d0deae0259c660fad9acd0bab951 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/linux/linux_sysvec.c')
| -rw-r--r-- | sys/alpha/linux/linux_sysvec.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/alpha/linux/linux_sysvec.c b/sys/alpha/linux/linux_sysvec.c index b8639516ef86..611899cb256a 100644 --- a/sys/alpha/linux/linux_sysvec.c +++ b/sys/alpha/linux/linux_sysvec.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_sysvec.c,v 1.40 1998/12/16 16:28:57 bde Exp $ + * $Id: linux_sysvec.c,v 1.41 1998/12/19 02:55:33 julian Exp $ */ /* XXX we use functions that might not exist. */ @@ -232,12 +232,12 @@ linux_sendsig(sig_t catcher, int sig, int mask, u_long code) grow_stack (p, (int)fp) == FALSE)) || #else if ((grow_stack (p, (int)fp) == FALSE) || -#endif +#endif /* USE_VM_STACK_FOR_EXEC */ +#else + if ((grow(p, (int)fp) == FALSE) || +#endif /* USE_VM_STACK */ #else -#endif /* COMPAT_LINUX_THREADS */ if ((grow(p, (int)fp) == FALSE) || -#ifdef COMPAT_LINUX_THREADS -#endif #endif /* COMPAT_LINUX_THREADS */ (useracc((caddr_t)fp, sizeof (struct linux_sigframe), B_WRITE) == FALSE)) { /* |
