ref: 559b623fee508a294ed507a9c2cbb01cb5f7f7c3
parent: 45bc45129d9aa5c38359568e4fdfd12eb47d110e
author: mischief <mischief@offblast.org>
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;
--
⑨