mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-93312: Include <sys/pidfd.h> to get PIDFD_NONBLOCK (#127593)
This commit is contained in:
parent
1ef6e8ca3f
commit
fcbe6ecdb6
5 changed files with 15 additions and 1 deletions
|
|
@ -1388,6 +1388,9 @@
|
|||
/* Define to 1 if you have the <sys/param.h> header file. */
|
||||
#undef HAVE_SYS_PARAM_H
|
||||
|
||||
/* Define to 1 if you have the <sys/pidfd.h> header file. */
|
||||
#undef HAVE_SYS_PIDFD_H
|
||||
|
||||
/* Define to 1 if you have the <sys/poll.h> header file. */
|
||||
#undef HAVE_SYS_POLL_H
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue