=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/tib.h,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/include/tib.h 2020/07/14 16:48:13 1.8 --- src/include/tib.h 2022/12/27 07:44:56 1.9 *************** *** 1,4 **** ! /* $OpenBSD: tib.h,v 1.8 2020/07/14 16:48:13 kettenis Exp $ */ /* * Copyright (c) 2011,2014 Philip Guenther * --- 1,4 ---- ! /* $OpenBSD: tib.h,v 1.9 2022/12/27 07:44:56 jmc Exp $ */ /* * Copyright (c) 2011,2014 Philip Guenther * *************** *** 54,60 **** * Short-hand for TCB_TO_TIB(TCB_GET()) * * TIB_EXTRA_ALIGN ! * On TLS varaint 2 archs, what alignment is sufficient * for the extra space that will be used for struct pthread? * * The following functions are provided by either ld.so (dynamic) or --- 54,60 ---- * Short-hand for TCB_TO_TIB(TCB_GET()) * * TIB_EXTRA_ALIGN ! * On TLS variant 2 archs, what alignment is sufficient * for the extra space that will be used for struct pthread? * * The following functions are provided by either ld.so (dynamic) or