ref: a847d7a53d64b1f7d11eb3b969c2684ea0aa399b
parent: cb7375dcbcd80183fb206fa41b398dc71a039632
author: mischief <[email protected]>
date: Sat Dec 1 22:30:30 EST 2018
python: explicitly declare WaitForThreadShutdown as void
--- a/sys/src/cmd/python/Modules/main.c
+++ b/sys/src/cmd/python/Modules/main.c
@@ -182,7 +182,7 @@
"threading" threads have completed. */
#include "abstract.h"
static void
-WaitForThreadShutdown()
+WaitForThreadShutdown(void)
{
#ifdef WITH_THREAD
PyObject *result;