summaryrefslogtreecommitdiff
path: root/usr/src/head/schedctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/head/schedctl.h')
-rw-r--r--usr/src/head/schedctl.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/usr/src/head/schedctl.h b/usr/src/head/schedctl.h
index 3e6f261c7f..3d7349828f 100644
--- a/usr/src/head/schedctl.h
+++ b/usr/src/head/schedctl.h
@@ -20,6 +20,8 @@
* CDDL HEADER END
*/
/*
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
+ *
* Copyright 1996-2003 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -27,8 +29,6 @@
#ifndef _SCHEDCTL_H
#define _SCHEDCTL_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
@@ -51,15 +51,9 @@ extern void yield(void);
/*
* libsched API
*/
-#if defined(__STDC__)
schedctl_t *schedctl_init(void);
schedctl_t *schedctl_lookup(void);
void schedctl_exit(void);
-#else
-schedctl_t *schedctl_init();
-schedctl_t *schedctl_lookup();
-void schedctl_exit();
-#endif /* __STDC__ */
#ifdef __cplusplus
}