diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-18 00:27:31 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-18 21:07:44 +0200 |
commit | 783c4820303fb6b031d401564f8089ecaf154b62 (patch) | |
tree | 34cd40325e7f9d97a0fbc49f159f892cb5cb1671 /posix/sched.h | |
parent | d6397de369d006da516cb560adfa2c181b6f4698 (diff) | |
download | glibc-783c4820303fb6b031d401564f8089ecaf154b62.tar glibc-783c4820303fb6b031d401564f8089ecaf154b62.tar.gz glibc-783c4820303fb6b031d401564f8089ecaf154b62.tar.bz2 glibc-783c4820303fb6b031d401564f8089ecaf154b62.zip |
Fix sched_param
Diffstat (limited to 'posix/sched.h')
-rw-r--r-- | posix/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/sched.h b/posix/sched.h index 619b3b3a81..87a2336384 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 |