summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-06-13 11:55:01 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-06-13 11:55:01 +0000
commit1da1739beba437ba513e83781dd96e65931e89ed (patch)
tree2e5e74efa0e44d8631ed98d44df5d36d36ccfe23 /lib/libc
parent0dd20fb220c92ea813890d4de615696232dff944 (diff)
SYSLEAF, not LEAF. shared libc_r builds now on alpha.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/arch/alpha/sys/sigsuspend.S6
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... */