1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Revert "Fix sched_param"

This reverts commit 783c482030 which
accidentaly flew out.
This commit is contained in:
Samuel Thibault
2018-04-19 00:09:58 +02:00
parent 3dc0814cba
commit c15f10ee78
9 changed files with 17 additions and 66 deletions

View File

@ -45,7 +45,7 @@ typedef __pid_t pid_t;
/* Backward compatibility. */
#define sched_priority sched_priority
#define __sched_priority __sched_priority
#define __sched_priority sched_priority
__BEGIN_DECLS