summaryrefslogtreecommitdiff
path: root/posix/sched.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-19 00:09:58 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-19 00:09:58 +0200
commitc15f10ee78c6fa837732bb0b3d6cec44e4171fcd (patch)
tree866f1bd8fb5b0736fbbfa9cf4c09ef3f20e2a3e7 /posix/sched.h
parent3dc0814cba86180c3ad478c81166220fb3e87ea5 (diff)
downloadglibc-c15f10ee78c6fa837732bb0b3d6cec44e4171fcd.tar.gz
Revert "Fix sched_param"
This reverts commit 783c4820303fb6b031d401564f8089ecaf154b62 which accidentaly flew out.
Diffstat (limited to 'posix/sched.h')
-rw-r--r--posix/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/sched.h b/posix/sched.h
index 87a2336384..619b3b3a81 100644
--- a/posix/sched.h
+++ b/posix/sched.h
@@ -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