summaryrefslogtreecommitdiff
path: root/pr/src/threads/prtpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/threads/prtpd.c')
-rw-r--r--pr/src/threads/prtpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/src/threads/prtpd.c b/pr/src/threads/prtpd.c
index 42139329..6d8fd416 100644
--- a/pr/src/threads/prtpd.c
+++ b/pr/src/threads/prtpd.c
@@ -88,7 +88,7 @@ static PRThreadPrivateDTOR *_pr_tpd_destructors = NULL;
/*
** Initialize the thread private data manipulation
*/
-void _PR_InitTPD()
+void _PR_InitTPD(void)
{
_pr_tpd_destructors = (PRThreadPrivateDTOR*)
PR_CALLOC(_PR_TPD_LIMIT * sizeof(PRThreadPrivateDTOR*));