mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
entered into RCS
This commit is contained in:
parent
b1e2de3d8d
commit
9592e8f126
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user