diff options
Diffstat (limited to 'lib/libc/arch/alpha/sys/sigsuspend.S')
-rw-r--r-- | lib/libc/arch/alpha/sys/sigsuspend.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/arch/alpha/sys/sigsuspend.S b/lib/libc/arch/alpha/sys/sigsuspend.S index f4e3840ed49..005e3fb7f94 100644 --- a/lib/libc/arch/alpha/sys/sigsuspend.S +++ b/lib/libc/arch/alpha/sys/sigsuspend.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigsuspend.S,v 1.4 1999/01/06 06:10:13 d Exp $ */ +/* $OpenBSD: sigsuspend.S,v 1.5 2001/06/13 11:55:00 art Exp $ */ /* $NetBSD: sigsuspend.S,v 1.2 1996/10/17 03:08:22 cgd Exp $ */ /* @@ -32,10 +32,10 @@ #if defined(SYSLIBC_SCCS) .text - .asciz "$OpenBSD: sigsuspend.S,v 1.4 1999/01/06 06:10:13 d Exp $" + .asciz "$OpenBSD: sigsuspend.S,v 1.5 2001/06/13 11:55:00 art Exp $" #endif /* SYSLIBC_SCCS */ -LEAF(sigsuspend, 1) +SYSLEAF(sigsuspend, 1) ldl a0, 0(a0) /* pass *mask instead of mask */ CALLSYS_ERROR(sigsuspend) mov zero, v0 /* shouldn't need; just in case... */ |