commit | 66ca82495cb24545897bb4141f55afd2f17775b7 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Fri Nov 21 20:15:55 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Nov 21 20:15:55 2014 +0000 |
tree | 7b24b97ff30bb4f33af7b68a304577e5a647f6c8 | |
parent | a847073a05295cc140fc79c9d433961442a6cae4 [diff] | |
parent | f6640348876cd1d4d43cc95cf63306fedb83d8b9 [diff] |
Merge "Revert "<sched.h> should offer both __sched_priority and sched_priority.""
diff --git a/libc/include/sched.h b/libc/include/sched.h index 6155ab7..4f9e2a6 100644 --- a/libc/include/sched.h +++ b/libc/include/sched.h
@@ -39,9 +39,8 @@ #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);