summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2001-12-29 06:38:06 +0000
committerJake Burkholder <jake@FreeBSD.org>2001-12-29 06:38:06 +0000
commitc1682cb4230093301e4766435ba191d53ad00ace (patch)
treea225818f2f436b769bb7b668e67c1d9c49113b02 /lib/libc
parent5b3fb165d94241de567cfe2c0bb756b9545da71a (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sparc64/gen/assym.s17
1 files changed, 8 insertions, 9 deletions
diff --git a/lib/libc/sparc64/gen/assym.s b/lib/libc/sparc64/gen/assym.s
index 2baacf98799d..ecc22b4ad459 100644
--- a/lib/libc/sparc64/gen/assym.s
+++ b/lib/libc/sparc64/gen/assym.s
@@ -5,12 +5,11 @@
* $FreeBSD$
*/
-#define UC_SIGMASK 0x0
-#define UC_MC 0x10
-#define MC_G1 0x8
-#define MC_O0 0x40
-#define MC_O1 0x48
-#define MC_O6 0x70
-#define MC_O7 0x78
-#define MC_TNPC 0x90
-#define MC_TPC 0x88
+#define _JB_FP 0x0
+#define _JB_PC 0x8
+#define _JB_SP 0x10
+#define _JB_SIGMASK 0x18
+#define _JB_SIGFLAG 0x28
+
+#define SIG_BLOCK 1
+#define SIG_SETMASK 3