From: Roland McGrath Date: Sun, 20 Feb 1994 05:46:12 +0000 (+0000) Subject: entered into RCS X-Git-Tag: glibc-2.16-ports-before-merge~4147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9592e8f126bcf4bb26fd889965628c75b9d02a6b;p=thirdparty%2Fglibc.git entered into RCS --- diff --git a/sysdeps/unix/mips/sigreturn.S b/sysdeps/unix/mips/sigreturn.S index 93a29733c07..02e4d2519ed 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