(tcbhead_t): Rename member to __private.

This commit is contained in:
Ulrich Drepper 2006-01-13 21:38:17 +00:00
parent c07312e955
commit dca1cac0fb
1 changed files with 1 additions and 1 deletions

View File

@ -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. */