diff options
author | Benjamin Peterson <benjamin@python.org> | 2019-11-06 05:58:31 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-11-06 05:58:31 (GMT) |
commit | 5c0c325453a175350e3c18ebb10cc10c37f9595c (patch) | |
tree | fb7bdfa2f63154fe28d31b015d44d409786e1132 /configure.ac | |
parent | 6c4c45efaeb40f4f837570f57d90a0b3429c6ae9 (diff) | |
download | cpython-5c0c325453a175350e3c18ebb10cc10c37f9595c.zip cpython-5c0c325453a175350e3c18ebb10cc10c37f9595c.tar.gz cpython-5c0c325453a175350e3c18ebb10cc10c37f9595c.tar.bz2 |
closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)
https://bugs.python.org/issue38713
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 20d8a52..0b28dda 100644 --- a/configure.ac +++ b/configure.ac @@ -2161,7 +2161,7 @@ sys/stat.h sys/syscall.h sys/sys_domain.h sys/termio.h sys/time.h \ sys/times.h sys/types.h sys/uio.h sys/un.h sys/utsname.h sys/wait.h pty.h \ libutil.h sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \ linux/tipc.h linux/random.h spawn.h util.h alloca.h endian.h \ -sys/endian.h sys/sysmacros.h linux/memfd.h sys/memfd.h sys/mman.h) +sys/endian.h sys/sysmacros.h linux/memfd.h linux/wait.h sys/memfd.h sys/mman.h) AC_HEADER_DIRENT AC_HEADER_MAJOR |