mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 13:18:50 +08:00
include/sys/types.h: Remove non-standard HP-UX priority range definitionis. HP-UX is not a supported OS.
This commit is contained in:
parent
061dcaa226
commit
bf3105fc8f
1 changed files with 6 additions and 11 deletions
|
@ -85,17 +85,12 @@
|
|||
#undef OK
|
||||
#define OK 0
|
||||
|
||||
/* HPUX-like MIN/MAX value */
|
||||
|
||||
#define PRIOR_RR_MIN 0
|
||||
#define PRIOR_RR_MAX 255
|
||||
#define PRIOR_FIFO_MIN 0
|
||||
#define PRIOR_FIFO_MAX 255
|
||||
#define PRIOR_OTHER_MIN 0
|
||||
#define PRIOR_OTHER_MAX 255
|
||||
|
||||
/* Scheduling Priorities. NOTE: Only the idle task can take the true
|
||||
* minimum priority.
|
||||
/* Scheduling Priorities.
|
||||
*
|
||||
* NOTES:
|
||||
* - Only the idle task can take the true minimum priority.
|
||||
* - These definitions are non-standard internal definitions and, for
|
||||
* portability reasons, should not be used by application software.
|
||||
*/
|
||||
|
||||
#define SCHED_PRIORITY_MAX 255
|
||||
|
|
Loading…
Reference in a new issue