entered into RCS
authorRoland McGrath <roland@gnu.org>
Sun, 20 Feb 1994 05:46:12 +0000 (05:46 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 20 Feb 1994 05:46:12 +0000 (05:46 +0000)
sysdeps/unix/mips/sigreturn.S

index 93a2973..02e4d25 100644 (file)
@@ -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 <sysdep.h>
 
+#ifndef SYS_sigreturn
+#define SYS_sigreturn 103
+#endif
+
 ENTRY(__sigreturn)
-       li v0, 103
+       li v0, SYS_sigreturn
        syscall