mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 18:56:10 +08:00
Clean-up from big switch to stdint/stdbool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2362 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+1
-1
@@ -163,7 +163,7 @@ struct pthread_attr_s
|
||||
size_t stacksize; /* Size of the stack allocated for the pthead */
|
||||
int16_t priority; /* Priority of the pthread */
|
||||
uint8_t policy; /* Pthread scheduler policy */
|
||||
uint8_t nheritsched; /* Inherit parent prio/policy? */
|
||||
uint8_t inheritsched; /* Inherit parent prio/policy? */
|
||||
};
|
||||
typedef struct pthread_attr_s pthread_attr_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user