summaryrefslogtreecommitdiff
path: root/lib/libc/include/libc_private.h
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2002-11-13 21:55:22 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2002-11-13 21:55:22 +0000
commitfcfc20c88ad09cb413da8f3a7c5bb4c9dc29aac9 (patch)
treed88f7953040e5facb063979c9234ec26f5545c7c /lib/libc/include/libc_private.h
parent41f778bb999b0e0033e3b679989d8743b3afa55b (diff)
Notes
Diffstat (limited to 'lib/libc/include/libc_private.h')
-rw-r--r--lib/libc/include/libc_private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/include/libc_private.h b/lib/libc/include/libc_private.h
index a588c8ace323..3736c56ac85b 100644
--- a/lib/libc/include/libc_private.h
+++ b/lib/libc/include/libc_private.h
@@ -102,8 +102,9 @@ typedef enum {
} pjt_index_t;
typedef int (*pthread_func_t)(void);
+typedef pthread_func_t pthread_func_entry_t[2];
-extern pthread_func_t *__thr_jtable[];
+extern pthread_func_entry_t __thr_jtable[];
/*
* This is a pointer in the C run-time startup code. It is used