summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/inc/sigjmp_struct.h
diff options
context:
space:
mode:
authorRoger A. Faulkner <Roger.Faulkner@Oracle.COM>2010-04-01 17:07:29 -0700
committerRoger A. Faulkner <Roger.Faulkner@Oracle.COM>2010-04-01 17:07:29 -0700
commit3cd8a1a62a3a0a1219f9dd12e5700e1dff5ca79f (patch)
treea99139c745f2182be7abddeb6313dd673a6da0f2 /usr/src/lib/libc/inc/sigjmp_struct.h
parent658280b6253b61dbb155f43d0e3cbcffa85ccb90 (diff)
downloadillumos-gate-3cd8a1a62a3a0a1219f9dd12e5700e1dff5ca79f.tar.gz
6912096 Compiling perl using -fast produces invalid instruction
Diffstat (limited to 'usr/src/lib/libc/inc/sigjmp_struct.h')
-rw-r--r--usr/src/lib/libc/inc/sigjmp_struct.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/usr/src/lib/libc/inc/sigjmp_struct.h b/usr/src/lib/libc/inc/sigjmp_struct.h
index 3a3ce1ebc5..988e6ca14c 100644
--- a/usr/src/lib/libc/inc/sigjmp_struct.h
+++ b/usr/src/lib/libc/inc/sigjmp_struct.h
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -19,16 +18,14 @@
*
* CDDL HEADER END
*/
+
/*
- * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
*/
#ifndef _SIGJMP_STRUCT_H
#define _SIGJMP_STRUCT_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
@@ -65,7 +62,8 @@ typedef struct {
ulong_t sjs_pad[_JBLEN - 6];
sigset_t sjs_sigmask;
#if defined(_LP64)
- ulong_t sjs_pad1[2];
+ greg_t sjs_asi;
+ greg_t sjs_fprs;
#endif
stack_t sjs_stack;
} sigjmp_struct_t;