diff options
author | obrien <obrien@FreeBSD.org> | 2008-02-13 05:12:05 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2008-02-13 05:12:05 +0000 |
commit | d8f894d9615c171ea8e192ed972d480e32a83b31 (patch) | |
tree | cc4c2229e5fb697e059626158f961cbe3d8d3521 /lib/libthr/arch | |
parent | e83bd487c4e08b9525923b1cfb1870fb16b86535 (diff) | |
download | FreeBSD-src-d8f894d9615c171ea8e192ed972d480e32a83b31.zip FreeBSD-src-d8f894d9615c171ea8e192ed972d480e32a83b31.tar.gz |
style(9)
Diffstat (limited to 'lib/libthr/arch')
-rw-r--r-- | lib/libthr/arch/arm/include/pthread_md.h | 6 | ||||
-rw-r--r-- | lib/libthr/arch/sparc64/include/pthread_md.h | 6 |
2 files changed, 6 insertions, 6 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]; }; diff --git a/lib/libthr/arch/sparc64/include/pthread_md.h b/lib/libthr/arch/sparc64/include/pthread_md.h index 8bfa5f4..7909291 100644 --- a/lib/libthr/arch/sparc64/include/pthread_md.h +++ b/lib/libthr/arch/sparc64/include/pthread_md.h @@ -44,9 +44,9 @@ * %g7 points to the structure. */ 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]; }; |