am a77b8529: am 66ca8249: Merge "Revert "<sched.h> should offer both __sched_priority and sched_priority.""

* commit 'a77b8529ebe1b952ae89649c24f38859bd7e7b46':
  Revert "<sched.h> should offer both __sched_priority and sched_priority."
This commit is contained in:
Dan Albert 2014-11-21 20:25:59 +00:00 committed by Android Git Automerger
commit 76f4498c4a

View File

@ -39,9 +39,8 @@ __BEGIN_DECLS
#define SCHED_OTHER SCHED_NORMAL #define SCHED_OTHER SCHED_NORMAL
struct sched_param { 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_setscheduler(pid_t, int, const struct sched_param*);
extern int sched_getscheduler(pid_t); extern int sched_getscheduler(pid_t);