summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64/sys/sigreturn.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/amd64/sys/sigreturn.S')
-rw-r--r--lib/libc/amd64/sys/sigreturn.S10
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/libc/amd64/sys/sigreturn.S b/lib/libc/amd64/sys/sigreturn.S
index cce518b..c685b91 100644
--- a/lib/libc/amd64/sys/sigreturn.S
+++ b/lib/libc/amd64/sys/sigreturn.S
@@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: sigreturn.S,v 1.3 1996/01/22 00:01:00 julian Exp $
+ * $Id: sigreturn.S,v 1.4 1996/05/05 07:56:19 peter Exp $
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
- .asciz "$Id: sigreturn.S,v 1.3 1996/01/22 00:01:00 julian Exp $"
+ .asciz "$Id: sigreturn.S,v 1.4 1996/05/05 07:56:19 peter Exp $"
#endif /* SYSLIBC_RCS and not lint */
#include "SYS.h"
@@ -48,9 +48,5 @@
* must be saved. On FreeBSD, this is not the case.
*/
-#ifdef _THREAD_SAFE
-PSYSCALL(sigreturn,_thread_sys_sigreturn)
-#else
-SYSCALL(sigreturn)
-#endif
+PSYSCALL(sigreturn)
ret
OpenPOWER on IntegriCloud