diff options
author | kib <kib@FreeBSD.org> | 2017-01-14 11:27:11 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2017-01-14 11:27:11 +0000 |
commit | 483e52d35925be6f099ec8ab4bfd5eace19592e7 (patch) | |
tree | 9a6680ae625f134de2def325ac75224b3597afc9 | |
parent | 63e9762403d383a2b83c99d38a775a126cec2894 (diff) | |
download | FreeBSD-src-483e52d35925be6f099ec8ab4bfd5eace19592e7.zip FreeBSD-src-483e52d35925be6f099ec8ab4bfd5eace19592e7.tar.gz |
MFC r311646:
Define _POSIX_PRIORITY_SCHEDULING as 0, to account for the kernel option.
-rw-r--r-- | sys/sys/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/unistd.h b/sys/sys/unistd.h index d6d92ab..0a44fc4 100644 --- a/sys/sys/unistd.h +++ b/sys/sys/unistd.h @@ -65,7 +65,7 @@ #define _POSIX_MONOTONIC_CLOCK 200112L #define _POSIX_NO_TRUNC 1 #define _POSIX_PRIORITIZED_IO (-1) -#define _POSIX_PRIORITY_SCHEDULING 200112L +#define _POSIX_PRIORITY_SCHEDULING 0 #define _POSIX_RAW_SOCKETS 200112L #define _POSIX_REALTIME_SIGNALS 200112L #define _POSIX_SEMAPHORES 200112L |