aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2002-11-13 19:35:40 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2002-11-13 19:35:40 +0000
commit28c104a549c68d489587f929bf879a44a6ce26c9 (patch)
treeb3e302dfe53144dcd5370f33a53f97f8a7f88e2a /lib/libc
parent1a1aec6aeb8b1d46d0f089fa7042be88a7222249 (diff)
downloadsrc-28c104a549c68d489587f929bf879a44a6ce26c9.tar.gz
src-28c104a549c68d489587f929bf879a44a6ce26c9.zip
Make this compile with whatever error-checking is enabled in buildworld
and/or beast.
Notes
Notes: svn path=/head/; revision=106870
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/include/libc_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/include/libc_private.h b/lib/libc/include/libc_private.h
index 96ee8adbd293..a588c8ace323 100644
--- a/lib/libc/include/libc_private.h
+++ b/lib/libc/include/libc_private.h
@@ -101,9 +101,9 @@ typedef enum {
PJT_MAX
} pjt_index_t;
-typedef int (*pthread_func_t)();
+typedef int (*pthread_func_t)(void);
-extern pthread_func_t __thr_jtable[][];
+extern pthread_func_t *__thr_jtable[];
/*
* This is a pointer in the C run-time startup code. It is used