]> granicus.if.org Git - python/commit
bpo-31343: Include sys/sysmacros.h (#3318)
authorChristian Heimes <christian@python.org>
Tue, 5 Sep 2017 13:53:09 +0000 (15:53 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Sep 2017 13:53:09 +0000 (15:53 +0200)
commit75b961869a1184895c9d5bf41a57f3c985622662
treee997a3f2612706c48e6a401265d9aa069bd62327
parentc941e6238ab2a8caad11fe17d4723a5d5e7a2d76
bpo-31343: Include sys/sysmacros.h (#3318)

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>
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