=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/tib.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/include/tib.h 2016/05/07 19:05:21 1.3 --- src/include/tib.h 2017/04/20 16:07:52 1.4 *************** *** 1,4 **** ! /* $OpenBSD: tib.h,v 1.3 2016/05/07 19:05:21 guenther Exp $ */ /* * Copyright (c) 2011,2014 Philip Guenther * --- 1,4 ---- ! /* $OpenBSD: tib.h,v 1.4 2017/04/20 16:07:52 visa Exp $ */ /* * Copyright (c) 2011,2014 Philip Guenther * *************** *** 84,94 **** */ ! /* If doesn't provide a better way, then use the default */ ! #ifdef TCB_GET # define TCB_HAVE_MD_GET 1 - #else - # define TCB_GET() __get_tcb() #endif #ifdef TCB_SET # define TCB_HAVE_MD_SET 1 --- 84,92 ---- */ ! /* All archs but mips64 have fast TCB_GET() and don't need caching */ ! #ifndef __mips64__ # define TCB_HAVE_MD_GET 1 #endif #ifdef TCB_SET # define TCB_HAVE_MD_SET 1