summaryrefslogtreecommitdiffstats
path: root/lib/libkse/arch/ia64/include/pthread_md.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2004-08-15 16:28:05 +0000
committerdfr <dfr@FreeBSD.org>2004-08-15 16:28:05 +0000
commit4dd05c8c572e558551ca8d6bdb39b3eabc191751 (patch)
tree582fc094cd01bd155a2e8f0db27faf9fded5d15c /lib/libkse/arch/ia64/include/pthread_md.h
parenteebd52f2bba016b347822a238d57326feab23fc1 (diff)
downloadFreeBSD-src-4dd05c8c572e558551ca8d6bdb39b3eabc191751.zip
FreeBSD-src-4dd05c8c572e558551ca8d6bdb39b3eabc191751.tar.gz
Add TLS support for i386 and amd64.
Diffstat (limited to 'lib/libkse/arch/ia64/include/pthread_md.h')
-rw-r--r--lib/libkse/arch/ia64/include/pthread_md.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkse/arch/ia64/include/pthread_md.h b/lib/libkse/arch/ia64/include/pthread_md.h
index b37a328..264909c 100644
--- a/lib/libkse/arch/ia64/include/pthread_md.h
+++ b/lib/libkse/arch/ia64/include/pthread_md.h
@@ -81,7 +81,7 @@ register struct ia64_tp *_tp __asm("%r13");
/*
* The kcb and tcb constructors.
*/
-struct tcb *_tcb_ctor(struct pthread *);
+struct tcb *_tcb_ctor(struct pthread *, int);
void _tcb_dtor(struct tcb *);
struct kcb *_kcb_ctor(struct kse *kse);
void _kcb_dtor(struct kcb *);
OpenPOWER on IntegriCloud