entered into RCS

This commit is contained in:
Roland McGrath 1994-02-20 05:46:12 +00:00
parent b1e2de3d8d
commit 9592e8f126

View 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