mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix a typo in comment and explain the reason.
This commit is contained in:
parent
394e3bd088
commit
be070eb896
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue