mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-11 11:50:06 +00:00
(tcbhead_t): Rename member to __private.
This commit is contained in:
parent
c07312e955
commit
dca1cac0fb
@ -65,7 +65,7 @@ typedef union dtv
|
||||
typedef struct
|
||||
{
|
||||
dtv_t *dtv;
|
||||
void *private;
|
||||
void *__private;
|
||||
} tcbhead_t;
|
||||
|
||||
/* This is the size of the initial TCB. */
|
||||
|
Loading…
Reference in New Issue
Block a user