mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix misleading comment.
Not a functional change. MFC after: 3 days
This commit is contained in:
parent
152036a0f7
commit
f879eb0488
1 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,8 @@
|
|||
#define DTV_OFFSET offsetof(struct tcb, tcb_dtv)
|
||||
|
||||
/*
|
||||
* Variant II tcb, first two members are required by rtld.
|
||||
* Variant I tcb. The structure layout is fixed, don't blindly
|
||||
* change it.
|
||||
*/
|
||||
struct tcb {
|
||||
void *tcb_dtv; /* required by rtld */
|
||||
|
|
|
|||
Loading…
Reference in a new issue