aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/sched.h')
-rw-r--r--libc/include/sched.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/include/sched.h b/libc/include/sched.h
index 6155ab7ca..4f9e2a6c2 100644
--- a/libc/include/sched.h
+++ b/libc/include/sched.h
@@ -39,9 +39,8 @@ __BEGIN_DECLS
#define SCHED_OTHER SCHED_NORMAL
struct sched_param {
- int __sched_priority;
+ int sched_priority;
};
-#define sched_priority __sched_priority
extern int sched_setscheduler(pid_t, int, const struct sched_param*);
extern int sched_getscheduler(pid_t);