summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/loadavg.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/loadavg.h')
-rw-r--r--usr/src/uts/common/sys/loadavg.h16
1 files changed, 5 insertions, 11 deletions
diff --git a/usr/src/uts/common/sys/loadavg.h b/usr/src/uts/common/sys/loadavg.h
index dd9a52b9e0..79de0eb887 100644
--- a/usr/src/uts/common/sys/loadavg.h
+++ b/usr/src/uts/common/sys/loadavg.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,9 +18,10 @@
*
* CDDL HEADER END
*/
+
/*
- * Copyright (c) 1997, by Sun Microsystems, Inc.
- * All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
+ * Use is subject to license terms.
*/
#ifndef _SYS_LOADAVG_H
@@ -50,12 +50,6 @@ extern int getloadavg(int *, int);
*/
extern int getloadavg(double [], int);
-/*
- * This is the system call that implements it.
- * Do not invoke this directly.
- */
-extern int __getloadavg(int *, int);
-
#endif /* _KERNEL */
#ifdef __cplusplus