summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-01-31 23:08:23 +0000
committerChristian Heimes <christian@cheimes.de>2008-01-31 23:08:23 +0000
commit8399f1b9aa3d9591e0297bd64283366fe42c6942 (patch)
tree73f18a6378280d943d0fe3e00a883338ab0b17bc /pyconfig.h.in
parent5100888fa9934d944ce7de3abc4dd5099b102a76 (diff)
downloadcpython-8399f1b9aa3d9591e0297bd64283366fe42c6942.tar.gz
Fixed bug #1983: Return from fork() is pid_t, not int
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
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