commit | ffa7011cb904ee6ad9d4931b073c13d9e1514e6b | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Tue Sep 05 17:08:45 2017 +0200 |
committer | GitHub <noreply@github.com> | Tue Sep 05 17:08:45 2017 +0200 |
tree | c9200083e7ff68a7091a37c5860d1615a2046716 | |
parent | 72ed233167b10d3a488d30a8ec3a17e412a7dd69 [diff] |
[2.7] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3345) 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 75b961869a1184895c9d5bf41a57f3c985622662)