__sigreturn14 -> compat_16___sigreturn14

This commit is contained in:
chs 2004-05-17 14:14:18 +00:00
parent 701ae47cdf
commit 255a1a9db8
1 changed files with 3 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: __sigreturn14.S,v 1.3 2003/10/06 05:30:21 matt Exp $ */
/* $NetBSD: __sigreturn14.S,v 1.4 2004/05/17 14:14:18 chs Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -36,11 +36,7 @@
#include "SYS.h"
#if defined(LIBC_SCCS) && !defined(lint)
RCSID("$NetBSD: __sigreturn14.S,v 1.3 2003/10/06 05:30:21 matt Exp $")
RCSID("$NetBSD: __sigreturn14.S,v 1.4 2004/05/17 14:14:18 chs Exp $")
#endif /* LIBC_SCCS and not lint */
ENTRY(__sigreturn14,0)
SYSCALL(__sigreturn14)
bv %r0(%rp)
nop
EXIT(__sigreturn14)
PSEUDO(__sigreturn14,compat_16___sigreturn14)