(tcbhead_t): Rename member to __private.
This commit is contained in:
parent
c07312e955
commit
dca1cac0fb
|
@ -65,7 +65,7 @@ typedef union dtv
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
dtv_t *dtv;
|
dtv_t *dtv;
|
||||||
void *private;
|
void *__private;
|
||||||
} tcbhead_t;
|
} tcbhead_t;
|
||||||
|
|
||||||
/* This is the size of the initial TCB. */
|
/* This is the size of the initial TCB. */
|
||||||
|
|
Loading…
Reference in New Issue