diff options
author | justdan6 <134341009+justdan6@users.noreply.github.com> | 2023-07-28 23:36:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-28 23:36:54 (GMT) |
commit | 4049c5d6f85627f117e9be6a1729a17fce899645 (patch) | |
tree | 7007b9b4d1bec40b531d40ca7a78733b5048c248 /configure | |
parent | c3432523d13dbbabe58bd0a13747b801d52e4f5a (diff) | |
download | cpython-4049c5d6f85627f117e9be6a1729a17fce899645.zip cpython-4049c5d6f85627f117e9be6a1729a17fce899645.tar.gz cpython-4049c5d6f85627f117e9be6a1729a17fce899645.tar.bz2 |
[3.11] gh-106881: Check for linux/limits.h before including it (#107397) (#107415)
* [3.11] gh-106881: Check for linux/limits.h before including it (#107397)
* Check for linux/limits.h before including it
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
(cherry picked from commit 11c055f5ff1a353de6d2e77f2af24aaa782878ba)
* Fix sphinx-lint error in NEWS entry
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9191,7 +9191,7 @@ $as_echo "#define STDC_HEADERS 1" >>confdefs.h # checks for header files for ac_header in \ alloca.h asm/types.h bluetooth.h conio.h crypt.h direct.h dlfcn.h endian.h errno.h fcntl.h grp.h \ - ieeefp.h io.h langinfo.h libintl.h libutil.h linux/auxvec.h sys/auxv.h linux/memfd.h \ + ieeefp.h io.h langinfo.h libintl.h libutil.h linux/auxvec.h sys/auxv.h linux/limits.h linux/memfd.h \ linux/random.h linux/soundcard.h \ linux/tipc.h linux/wait.h netdb.h netinet/in.h netpacket/packet.h poll.h process.h pthread.h pty.h \ sched.h setjmp.h shadow.h signal.h spawn.h stropts.h sys/audioio.h sys/bsdtty.h sys/devpoll.h \ |