]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Oops, the patch for NeXT always replaced waitpid() with wait4() --
authorGuido van Rossum <guido@python.org>
Mon, 1 Feb 1999 16:15:30 +0000 (16:15 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 1 Feb 1999 16:15:30 +0000 (16:15 +0000)
commite6a3aa6066dc7f726b84746d00590fdfa7d7639f
treea8f11ac0bda7806fc5cbd5dcdb85543c7ee6ae48
parentfe64935cf95e8471d79ff0675c65e4f7376e2b5f
Oops, the patch for NeXT always replaced waitpid() with wait4() --
this doesn't exist everywhere, so go back to using #ifdef NeXT.
Modules/posixmodule.c