5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 * or http://www.opensolaris.org/os/licensing.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
12 *
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21
22 /*
23 * Copyright 2010 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27 /* Copyright (c) 1988 AT&T */
28 /* All Rights Reserved */
29
30 /*
31 * University Copyright- Copyright (c) 1982, 1986, 1988
32 * The Regents of the University of California
33 * All Rights Reserved
34 *
35 * University Acknowledgment- Portions of this document are derived from
36 * software developed by the University of California, Berkeley, and its
37 * contributors.
38 */
39
40 #include "lint.h"
41 #include <sys/types.h>
42 #include <signal.h>
43
44 #undef _sys_nsig
111 "Resource Control Exceeded", /* SIGXRES */
112 "Reserved for JVM 1", /* SIGJVM1 */
113 "Reserved for JVM 2", /* SIGJVM2 */
114 "Information Request", /* SIGINFO */
115 "First Realtime Signal", /* SIGRTMIN */
116 "Second Realtime Signal", /* SIGRTMIN+1 */
117 "Third Realtime Signal", /* SIGRTMIN+2 */
118 "Fourth Realtime Signal", /* SIGRTMIN+3 */
119 "Fifth Realtime Signal", /* SIGRTMIN+4 */
120 "Sixth Realtime Signal", /* SIGRTMIN+5 */
121 "Seventh Realtime Signal", /* SIGRTMIN+6 */
122 "Eighth Realtime Signal", /* SIGRTMIN+7 */
123 "Ninth Realtime Signal", /* SIGRTMIN+8 */
124 "Tenth Realtime Signal", /* SIGRTMIN+9 */
125 "Eleventh Realtime Signal", /* SIGRTMIN+10 */
126 "Twelfth Realtime Signal", /* SIGRTMIN+11 */
127 "Thirteenth Realtime Signal", /* SIGRTMIN+12 */
128 "Fourteenth Realtime Signal", /* SIGRTMIN+13 */
129 "Fifteenth Realtime Signal", /* SIGRTMIN+14 */
130 "Sixteenth Realtime Signal", /* SIGRTMIN+15 */
131 "Sixteenth Last Realtime Signal", /* SIGRTMAX-15 */
132 "Fifteenth Last Realtime Signal", /* SIGRTMAX-14 */
133 "Fourteenth Last Realtime Signal", /* SIGRTMAX-13 */
134 "Thirteenth Last Realtime Signal", /* SIGRTMAX-12 */
135 "Twelfth Last Realtime Signal", /* SIGRTMAX-11 */
136 "Eleventh Last Realtime Signal", /* SIGRTMAX-10 */
137 "Tenth Last Realtime Signal", /* SIGRTMAX-9 */
138 "Ninth Last Realtime Signal", /* SIGRTMAX-8 */
139 "Eighth Last Realtime Signal", /* SIGRTMAX-7 */
140 "Seventh Last Realtime Signal", /* SIGRTMAX-6 */
141 "Sixth Last Realtime Signal", /* SIGRTMAX-5 */
142 "Fifth Last Realtime Signal", /* SIGRTMAX-4 */
143 "Fourth Last Realtime Signal", /* SIGRTMAX-3 */
144 "Third Last Realtime Signal", /* SIGRTMAX-2 */
145 "Second Last Realtime Signal", /* SIGRTMAX-1 */
146 "Last Realtime Signal" /* SIGRTMAX */
147 };
148
149 const int _sys_siglistn = sizeof (_sys_siglist_data) / sizeof (char *);
150 const char **_sys_siglistp = _sys_siglist_data;
|
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 * or http://www.opensolaris.org/os/licensing.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
12 *
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21
22 /*
23 * Copyright 2010 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 * Copyright 2015, Joyent, Inc.
26 */
27
28 /* Copyright (c) 1988 AT&T */
29 /* All Rights Reserved */
30
31 /*
32 * University Copyright- Copyright (c) 1982, 1986, 1988
33 * The Regents of the University of California
34 * All Rights Reserved
35 *
36 * University Acknowledgment- Portions of this document are derived from
37 * software developed by the University of California, Berkeley, and its
38 * contributors.
39 */
40
41 #include "lint.h"
42 #include <sys/types.h>
43 #include <signal.h>
44
45 #undef _sys_nsig
112 "Resource Control Exceeded", /* SIGXRES */
113 "Reserved for JVM 1", /* SIGJVM1 */
114 "Reserved for JVM 2", /* SIGJVM2 */
115 "Information Request", /* SIGINFO */
116 "First Realtime Signal", /* SIGRTMIN */
117 "Second Realtime Signal", /* SIGRTMIN+1 */
118 "Third Realtime Signal", /* SIGRTMIN+2 */
119 "Fourth Realtime Signal", /* SIGRTMIN+3 */
120 "Fifth Realtime Signal", /* SIGRTMIN+4 */
121 "Sixth Realtime Signal", /* SIGRTMIN+5 */
122 "Seventh Realtime Signal", /* SIGRTMIN+6 */
123 "Eighth Realtime Signal", /* SIGRTMIN+7 */
124 "Ninth Realtime Signal", /* SIGRTMIN+8 */
125 "Tenth Realtime Signal", /* SIGRTMIN+9 */
126 "Eleventh Realtime Signal", /* SIGRTMIN+10 */
127 "Twelfth Realtime Signal", /* SIGRTMIN+11 */
128 "Thirteenth Realtime Signal", /* SIGRTMIN+12 */
129 "Fourteenth Realtime Signal", /* SIGRTMIN+13 */
130 "Fifteenth Realtime Signal", /* SIGRTMIN+14 */
131 "Sixteenth Realtime Signal", /* SIGRTMIN+15 */
132 "Seventeenth Realtime Signal", /* SIGRTMIN+16 */
133 "Sixteenth Last Realtime Signal", /* SIGRTMAX-15 */
134 "Fifteenth Last Realtime Signal", /* SIGRTMAX-14 */
135 "Fourteenth Last Realtime Signal", /* SIGRTMAX-13 */
136 "Thirteenth Last Realtime Signal", /* SIGRTMAX-12 */
137 "Twelfth Last Realtime Signal", /* SIGRTMAX-11 */
138 "Eleventh Last Realtime Signal", /* SIGRTMAX-10 */
139 "Tenth Last Realtime Signal", /* SIGRTMAX-9 */
140 "Ninth Last Realtime Signal", /* SIGRTMAX-8 */
141 "Eighth Last Realtime Signal", /* SIGRTMAX-7 */
142 "Seventh Last Realtime Signal", /* SIGRTMAX-6 */
143 "Sixth Last Realtime Signal", /* SIGRTMAX-5 */
144 "Fifth Last Realtime Signal", /* SIGRTMAX-4 */
145 "Fourth Last Realtime Signal", /* SIGRTMAX-3 */
146 "Third Last Realtime Signal", /* SIGRTMAX-2 */
147 "Second Last Realtime Signal", /* SIGRTMAX-1 */
148 "Last Realtime Signal" /* SIGRTMAX */
149 };
150
151 const int _sys_siglistn = sizeof (_sys_siglist_data) / sizeof (char *);
152 const char **_sys_siglistp = _sys_siglist_data;
|