mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
(tcbhead_t): Rename member to __private.
This commit is contained in:
parent
151ea69a0e
commit
033ab4afb5
@ -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