diff options
Diffstat (limited to 'lib/libc/include/libc_private.h')
-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 96ee8ad..a588c8a 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 |