Fix a typo in comment and explain the reason.
This commit is contained in:
parent
394e3bd088
commit
be070eb896
@ -337,7 +337,7 @@ struct pthread_key {
|
||||
|
||||
/*
|
||||
* lwpid_t is 32bit but kernel thr API exports tid as long type
|
||||
* in very earily date.
|
||||
* to preserve the ABI for M:N model in very early date (r131431).
|
||||
*/
|
||||
#define TID(thread) ((uint32_t) ((thread)->tid))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user