mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
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>
This commit is contained in:
parent
cf63df88d3
commit
11c055f5ff
5 changed files with 12 additions and 2 deletions
|
|
@ -721,6 +721,9 @@
|
|||
/* Define to 1 if you have the <linux/fs.h> header file. */
|
||||
#undef HAVE_LINUX_FS_H
|
||||
|
||||
/* Define to 1 if you have the <linux/limits.h> header file. */
|
||||
#undef HAVE_LINUX_LIMITS_H
|
||||
|
||||
/* Define to 1 if you have the <linux/memfd.h> header file. */
|
||||
#undef HAVE_LINUX_MEMFD_H
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue