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/ucbhead | |
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/ucbhead')
-rw-r--r-- | usr/src/ucbhead/sys/signal.h | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/usr/src/ucbhead/sys/signal.h b/usr/src/ucbhead/sys/signal.h index 71a4e74d8c..1a360605a1 100644 --- a/usr/src/ucbhead/sys/signal.h +++ b/usr/src/ucbhead/sys/signal.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,8 +18,9 @@ * * CDDL HEADER END */ + /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -40,8 +40,6 @@ #ifndef _UCB_SYS_SIGNAL_H #define _UCB_SYS_SIGNAL_H -#pragma ident "%Z%%M% %I% %E% SMI" - /* * 4.3BSD signal compatibility header * @@ -160,10 +158,6 @@ typedef struct { /* signal set type */ } sigset_t; #endif /* _SIGSET_T */ -typedef struct { - unsigned int __sigbits[2]; -} k_sigset_t; - struct sigaction { int sa_flags; #if defined(__cplusplus) |