projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
154c251
)
Converted to use weak aliases with macros from libc-symbols.h.
author
roland
<roland>
Sat, 21 Jan 1995 15:18:54 +0000
(15:18 +0000)
committer
roland
<roland>
Sat, 21 Jan 1995 15:18:54 +0000
(15:18 +0000)
sysdeps/unix/sysv/i386/sigreturn.S
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/i386/sigreturn.S
b/sysdeps/unix/sysv/i386/sigreturn.S
index
47905b3
..
be1c6b8
100644
(file)
--- a/
sysdeps/unix/sysv/i386/sigreturn.S
+++ b/
sysdeps/unix/sysv/i386/sigreturn.S
@@
-1,4
+1,4
@@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1994
, 1995
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@
-23,3
+23,5
@@
ENTRY (__sigreturn)
addl $4, %esp /* Pop the return PC. */
lcall $0xf, $0 /* Do the magic sigreturn trap. */
/* NOTREACHED */
+
+weak_alias (__sigreturn, sigreturn)