]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3344)
authorChristian Heimes <christian@python.org>
Tue, 5 Sep 2017 15:09:12 +0000 (17:09 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Sep 2017 15:09:12 +0000 (17:09 +0200)
commit02854dab6231d726fa2c63d44ab25598988c44f4
treebe341819fb8e0c77cb0865a0f256327a64137112
parent8704d5439c7de8b471921e0ebcb6a62ebb6fe1a1
[3.6] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3344)

Include sys/sysmacros.h for major(), minor(), and makedev(). GNU C libray
plans to remove the functions from sys/types.h.

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 75b9618)
Misc/NEWS.d/next/Core and Builtins/2017-09-04-14-57-27.bpo-31343.Kl_fS5.rst [new file with mode: 0644]
Modules/posixmodule.c
aclocal.m4
configure
configure.ac
pyconfig.h.in