=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/tib.h,v retrieving revision 1.7 retrieving revision 1.8 diff -c -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 **** ! /* $OpenBSD: tib.h,v 1.7 2019/05/10 13:29:21 guenther Exp $ */ /* * Copyright (c) 2011,2014 Philip Guenther * --- 1,4 ---- ! /* $OpenBSD: tib.h,v 1.8 2020/07/14 16:48:13 kettenis Exp $ */ /* * Copyright (c) 2011,2014 Philip Guenther * *************** *** 143,150 **** --- 143,155 ---- 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 };