=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/tib.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/include/tib.h 2019/05/10 13:29:21 1.7 +++ src/include/tib.h 2020/07/14 16:48:13 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: tib.h,v 1.7 2019/05/10 13:29:21 guenther Exp $ */ +/* $OpenBSD: tib.h,v 1.8 2020/07/14 16:48:13 kettenis Exp $ */ /* * Copyright (c) 2011,2014 Philip Guenther * @@ -143,8 +143,13 @@ int tib_canceled; int tib_errno; void *tib_locale; +#ifdef __powerpc64__ + void *tib_thread; void *tib_dtv; /* internal to the runtime linker */ +#else + void *tib_dtv; /* internal to the runtime linker */ void *tib_thread; +#endif };