mirror of
https://github.com/python/cpython.git
synced 2025-10-19 16:03:42 +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
|
@ -73,6 +73,9 @@
|
|||
#ifdef HAVE_SYS_TIME_H
|
||||
# include <sys/time.h> // futimes()
|
||||
#endif
|
||||
#ifdef HAVE_SYS_PIDFD_H
|
||||
# include <sys/pidfd.h> // PIDFD_NONBLOCK
|
||||
#endif
|
||||
|
||||
|
||||
// SGI apparently needs this forward declaration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue