am e4f4ef04: am eac00eb7: am 4c8caf0a: Merge "<sched.h> should offer both __sched_priority and sched_priority."
* commit 'e4f4ef047c7240d5603ad4e65007f4b79a2fefa3': <sched.h> should offer both __sched_priority and sched_priority.
This commit is contained in:
commit
398aadbf6d
@ -39,8 +39,9 @@ __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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user