summaryrefslogtreecommitdiffstats
path: root/lib/libkse
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2004-08-26 02:41:01 +0000
committerdavidxu <davidxu@FreeBSD.org>2004-08-26 02:41:01 +0000
commit8eb09c15b993bdc8a440fea689c6457f2cf9462c (patch)
treebd83cb45697014239fa7d33de556197847efd5a2 /lib/libkse
parente64696808551e9fc0da06c9d0783741d929f4647 (diff)
downloadFreeBSD-src-8eb09c15b993bdc8a440fea689c6457f2cf9462c.zip
FreeBSD-src-8eb09c15b993bdc8a440fea689c6457f2cf9462c.tar.gz
Add missing brackets. It was committed from wrong tree.
Diffstat (limited to 'lib/libkse')
-rw-r--r--lib/libkse/arch/i386/include/pthread_md.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkse/arch/i386/include/pthread_md.h b/lib/libkse/arch/i386/include/pthread_md.h
index 54efc50..da97c5c 100644
--- a/lib/libkse/arch/i386/include/pthread_md.h
+++ b/lib/libkse/arch/i386/include/pthread_md.h
@@ -89,7 +89,7 @@ struct tcb {
__asm __volatile("movl %%gs:%1, %0" \
: "=r" (__i) \
: "m" (*(u_int *)(__kcb_offset(name)))); \
- __result = __kcb_type(name)__i; \
+ __result = (__kcb_type(name))__i; \
\
__result; \
})
OpenPOWER on IntegriCloud