Skip to content

bpo-30013: Fix compiler warning in Modules/posixmodule.c#1024

Closed
louisom wants to merge 2 commits intopython:masterfrom
louisom:fix_ac_header_major
Closed

bpo-30013: Fix compiler warning in Modules/posixmodule.c#1024
louisom wants to merge 2 commits intopython:masterfrom
louisom:fix_ac_header_major

Conversation

@louisom
Copy link
Contributor

@louisom louisom commented Apr 7, 2017

Due to glibc 2.25 is deprecating the definition of 'major',
'minor', and 'makedev' by sys/types.h, and autoconf
'AC_HEADER_MAJOR' didn't change it's behavior about this,
adding workaround method to prevent compiler warning.

Due to glibc 2.25 is deprecating the definition of 'major',
'minor', and 'makedev' by sys/types.h, and autoconf
'AC_HEADER_MAJOR' didn't change it's behavior about this,
adding workaround method to prevent compiler warning.
@mention-bot
Copy link

@grapherd, thanks for your PR! By analyzing the history of the files in this pull request, we identified @benjaminp, @loewis and @doko42 to be potential reviewers.

m4_version_prereq([2.70], [], [

# This is taken from the following Autoconf patch:
# http://git.sv.gnu.org/cgit/autoconf.git/commit/?id=XXXXXXX
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

XXXXXXX doesn't seem to be a correct Git sha1 :-)

@serhiy-storchaka
Copy link
Member

Already fixed in other issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants