summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/port/sys/psetsys.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libc/port/sys/psetsys.c')
-rw-r--r--usr/src/lib/libc/port/sys/psetsys.c30
1 files changed, 15 insertions, 15 deletions
diff --git a/usr/src/lib/libc/port/sys/psetsys.c b/usr/src/lib/libc/port/sys/psetsys.c
index 5de5d62591..05ee9a78e4 100644
--- a/usr/src/lib/libc/port/sys/psetsys.c
+++ b/usr/src/lib/libc/port/sys/psetsys.c
@@ -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,24 +18,25 @@
*
* CDDL HEADER END
*/
+
/*
- * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
-#pragma weak pset_create = _pset_create
-#pragma weak pset_destroy = _pset_destroy
-#pragma weak pset_assign = _pset_assign
-#pragma weak pset_info = _pset_info
-#pragma weak pset_bind = _pset_bind
-#pragma weak pset_getloadavg = _pset_getloadavg
-#pragma weak pset_list = _pset_list
-#pragma weak pset_setattr = _pset_setattr
-#pragma weak pset_getattr = _pset_getattr
-
-#include "synonyms.h"
+#pragma weak _pset_create = pset_create
+#pragma weak _pset_destroy = pset_destroy
+#pragma weak _pset_assign = pset_assign
+#pragma weak _pset_info = pset_info
+#pragma weak _pset_bind = pset_bind
+#pragma weak _pset_getloadavg = pset_getloadavg
+#pragma weak _pset_list = pset_list
+#pragma weak _pset_setattr = pset_setattr
+#pragma weak _pset_getattr = pset_getattr
+
+#include "lint.h"
#include <sys/types.h>
#include <sys/procset.h>
#include <sys/processor.h>