diff options
| author | Roger A. Faulkner <Roger.Faulkner@Sun.COM> | 2010-03-12 12:19:46 -0800 |
|---|---|---|
| committer | Roger A. Faulkner <Roger.Faulkner@Sun.COM> | 2010-03-12 12:19:46 -0800 |
| commit | bdf0047c9427cca40961a023475891c898579c37 (patch) | |
| tree | c7e7aa7728de40305ad5f83474b817aab23bf4fb /usr/src/lib/libc/sparcv9/gen | |
| parent | 5b31066847d2c7adf43d7ba49334d637cea3613f (diff) | |
| download | illumos-joyent-bdf0047c9427cca40961a023475891c898579c37.tar.gz | |
PSARC 2010/062 increase number of realtime signals
6820737 Solaris needs to increase the number of realtime signals for platform parity
Diffstat (limited to 'usr/src/lib/libc/sparcv9/gen')
| -rw-r--r-- | usr/src/lib/libc/sparcv9/gen/siginfolst.c | 32 |
1 files changed, 27 insertions, 5 deletions
diff --git a/usr/src/lib/libc/sparcv9/gen/siginfolst.c b/usr/src/lib/libc/sparcv9/gen/siginfolst.c index 712e70c582..17cad14cf6 100644 --- a/usr/src/lib/libc/sparcv9/gen/siginfolst.c +++ b/usr/src/lib/libc/sparcv9/gen/siginfolst.c @@ -20,15 +20,13 @@ */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include "lint.h" #include <signal.h> #include <siginfo.h> @@ -46,11 +44,11 @@ const char *_sys_traplist[NSIGTRAP] = { }; const char *_sys_illlist[NSIGILL] = { - "illegal opcode", + "illegal instruction", "illegal operand", "illegal addressing mode", "illegal trap", - "privileged opcode", + "privileged instruction", "privileged register", "co-processor", "bad stack" @@ -177,6 +175,30 @@ static const struct siginfolist _sys_siginfolist_data[NSIG-1] = { 0, 0, /* SIGRTMIN+1 */ 0, 0, /* SIGRTMIN+2 */ 0, 0, /* SIGRTMIN+3 */ + 0, 0, + 0, 0, + 0, 0, + 0, 0, + 0, 0, + 0, 0, + 0, 0, + 0, 0, + 0, 0, + 0, 0, + 0, 0, + 0, 0, /* SIGRTMIN+15 */ + 0, 0, /* SIGRTMAX-15 */ + 0, 0, + 0, 0, + 0, 0, + 0, 0, + 0, 0, + 0, 0, + 0, 0, + 0, 0, + 0, 0, + 0, 0, + 0, 0, 0, 0, /* SIGRTMAX-3 */ 0, 0, /* SIGRTMAX-2 */ 0, 0, /* SIGRTMAX-1 */ |
