diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2002-11-13 19:35:40 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2002-11-13 19:35:40 +0000 |
| commit | 28c104a549c68d489587f929bf879a44a6ce26c9 (patch) | |
| tree | b3e302dfe53144dcd5370f33a53f97f8a7f88e2a /lib/libc/include | |
| parent | 1a1aec6aeb8b1d46d0f089fa7042be88a7222249 (diff) | |
Notes
Diffstat (limited to 'lib/libc/include')
| -rw-r--r-- | lib/libc/include/libc_private.h | 4 |
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 |
