From 9592e8f126bcf4bb26fd889965628c75b9d02a6b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 20 Feb 1994 05:46:12 +0000 Subject: [PATCH] entered into RCS --- sysdeps/unix/mips/sigreturn.S | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sysdeps/unix/mips/sigreturn.S b/sysdeps/unix/mips/sigreturn.S index 93a2973..02e4d25 100644 --- a/sysdeps/unix/mips/sigreturn.S +++ b/sysdeps/unix/mips/sigreturn.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1992 Free Software Foundation, Inc. +/* Copyright (C) 1992, 1994 Free Software Foundation, Inc. Contributed by Brendan Kehoe (brendan@zen.org). The GNU C Library is free software; you can redistribute it and/or @@ -18,6 +18,10 @@ Cambridge, MA 02139, USA. */ #include +#ifndef SYS_sigreturn +#define SYS_sigreturn 103 +#endif + ENTRY(__sigreturn) - li v0, 103 + li v0, SYS_sigreturn syscall -- 2.7.4