summaryrefslogtreecommitdiff
path: root/lib/libc/arch/mips/sys/sigprocmask.S
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>1996-07-30 20:28:03 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>1996-07-30 20:28:03 +0000
commit9f1ce502291b1ef4a0674512422a65282086574b (patch)
tree08116c12775190d7d5e7f5b27550e9b8e184d9f2 /lib/libc/arch/mips/sys/sigprocmask.S
parent5a4b8571aa88ae3650f87ddb399045f4b797437a (diff)
Cleanup of abi call and endian stuff. Also fixed some bugs. (AENT).
Diffstat (limited to 'lib/libc/arch/mips/sys/sigprocmask.S')
-rw-r--r--lib/libc/arch/mips/sys/sigprocmask.S10
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/libc/arch/mips/sys/sigprocmask.S b/lib/libc/arch/mips/sys/sigprocmask.S
index 2b2b51d4463..52e083b4ade 100644
--- a/lib/libc/arch/mips/sys/sigprocmask.S
+++ b/lib/libc/arch/mips/sys/sigprocmask.S
@@ -1,3 +1,4 @@
+/* $OpenBSD: sigprocmask.S,v 1.3 1996/07/30 20:28:01 pefo Exp $ */
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -38,19 +39,12 @@
#if defined(LIBC_SCCS) && !defined(lint)
ASMSTR("from: @(#)sigprocmask.s 8.1 (Berkeley) 6/4/93")
- ASMSTR("$Id: sigprocmask.S,v 1.2 1996/05/16 11:16:12 pefo Exp $")
+ ASMSTR("$Id: sigprocmask.S,v 1.3 1996/07/30 20:28:01 pefo Exp $")
#endif /* LIBC_SCCS and not lint */
-#ifdef ABICALLS
- .abicalls
-#endif
LEAF(sigprocmask) # sigprocmask(how, new, old) sigset_t *new, *old;
-#ifdef ABICALLS
- .set noreorder
- .cpload t9
.set reorder
-#endif
bne a1, zero, gotptr # if new sigset pointer not null
li a0, 1 # how = SIG_BLOCK
b doit # mask = zero