summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_main_np.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libthr/thread/thr_main_np.c')
-rw-r--r--lib/libthr/thread/thr_main_np.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libthr/thread/thr_main_np.c b/lib/libthr/thread/thr_main_np.c
index bfa8b87..f6244f3 100644
--- a/lib/libthr/thread/thr_main_np.c
+++ b/lib/libthr/thread/thr_main_np.c
@@ -37,10 +37,10 @@
__weak_reference(_pthread_main_np, pthread_main_np);
/*
- * Provide the equivelant to Solaris thr_main() function
+ * Provide the equivalent to Solaris thr_main() function.
*/
int
-_pthread_main_np()
+_pthread_main_np(void)
{
if (!_thr_initial)
OpenPOWER on IntegriCloud