summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/select.h')
-rw-r--r--usr/src/uts/common/sys/select.h20
1 files changed, 4 insertions, 16 deletions
diff --git a/usr/src/uts/common/sys/select.h b/usr/src/uts/common/sys/select.h
index 720430be8c..5a8c266761 100644
--- a/usr/src/uts/common/sys/select.h
+++ b/usr/src/uts/common/sys/select.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 2004 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 _SYS_SELECT_H
#define _SYS_SELECT_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/feature_tests.h>
#ifndef _KERNEL
@@ -72,16 +70,6 @@ extern "C" {
typedef struct { /* signal set type */
unsigned int __sigbits[4];
} sigset_t;
-
-#if defined(_SYSCALL32)
-
-/* Kernel view of the ILP32 user sigset_t structure */
-
-typedef struct {
- uint32_t __sigbits[4];
-} sigset32_t;
-
-#endif /* _SYSCALL32 */
#endif /* _SIGSET_T */
#endif /* #if !defined(__XOPEN_OR_POSIX) || defined(_XPG6) ... */