diff options
Diffstat (limited to 'lib/libthr/arch/arm/include/pthread_md.h')
-rw-r--r-- | lib/libthr/arch/arm/include/pthread_md.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libthr/arch/arm/include/pthread_md.h b/lib/libthr/arch/arm/include/pthread_md.h index 0164da6..e799c54 100644 --- a/lib/libthr/arch/arm/include/pthread_md.h +++ b/lib/libthr/arch/arm/include/pthread_md.h @@ -43,9 +43,9 @@ * Variant II tcb, first two members are required by rtld. */ struct tcb { - struct tcb *tcb_self; /* required by rtld */ - void *tcb_dtv; /* required by rtld */ - struct pthread *tcb_thread; /* our hook */ + struct tcb *tcb_self; /* required by rtld */ + void *tcb_dtv; /* required by rtld */ + struct pthread *tcb_thread; /* our hook */ void *tcb_spare[1]; }; |