From 951cc0f474e4757e6954f0435952804211c5637c Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Thu, 31 Jan 2008 23:08:23 +0000 Subject: Fixed bug #1983: Return from fork() is pid_t, not int --- pyconfig.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyconfig.h.in') diff --git a/pyconfig.h.in b/pyconfig.h.in index ad89148bbf..35a873a562 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -869,6 +869,9 @@ /* The number of bytes in an off_t. */ #undef SIZEOF_OFF_T +/* The size of `pid_t', as computed by sizeof. */ +#undef SIZEOF_PID_T + /* The number of bytes in a pthread_t. */ #undef SIZEOF_PTHREAD_T -- cgit v1.2.1