summaryrefslogtreecommitdiffstats
path: root/Python/thread_lwp.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2000-07-22 23:38:01 (GMT)
committerThomas Wouters <thomas@python.org>2000-07-22 23:38:01 (GMT)
commitb4bd21cf79166e769b7027d14c2de002ec6ec9cb (patch)
tree190725ee856c2ca5e9e9a4a1e2616802d3cf34fd /Python/thread_lwp.h
parentbd8ad942fe2cf22d741b3a132d98baa350537c77 (diff)
downloadcpython-b4bd21cf79166e769b7027d14c2de002ec6ec9cb.zip
cpython-b4bd21cf79166e769b7027d14c2de002ec6ec9cb.tar.gz
cpython-b4bd21cf79166e769b7027d14c2de002ec6ec9cb.tar.bz2
ANSIfy as many declarations as possible.
Diffstat (limited to 'Python/thread_lwp.h')
-rw-r--r--Python/thread_lwp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread_lwp.h b/Python/thread_lwp.h
index 671387c..8858e91 100644
--- a/Python/thread_lwp.h
+++ b/Python/thread_lwp.h
@@ -106,7 +106,7 @@ void PyThread__exit_prog(int status)
PyThread_type_lock PyThread_allocate_lock(void)
{
struct lock *lock;
- extern char *malloc();
+ extern char *malloc(size_t);
dprintf(("PyThread_allocate_lock called\n"));
if (!initialized)