Skip to content

Commit 92bf08e

Browse files
committed
Auto merge of #2385 - devnexen:solarish_missing_processor_query_constants, r=Amanieu
solarish adding missing processor bind query constants.
2 parents 5632705 + 7fcaeec commit 92bf08e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/unix/solarish/mod.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,11 @@ pub const P_CTID: idtype_t = 13;
11901190
pub const P_CPUID: idtype_t = 14;
11911191
pub const P_PSETID: idtype_t = 15;
11921192

1193+
pub const PBIND_NONE: ::processorid_t = -1;
1194+
pub const PBIND_QUERY: ::processorid_t = -2;
1195+
pub const PBIND_HARD: ::processorid_t = -3;
1196+
pub const PBIND_SOFT: ::processorid_t = -4;
1197+
11931198
pub const PS_NONE: ::c_int = -1;
11941199
pub const PS_QUERY: ::c_int = -2;
11951200
pub const PS_MYID: ::c_int = -3;

0 commit comments

Comments
 (0)