diff options
author | Illia Volochii <illia.volochii@gmail.com> | 2022-06-06 21:21:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-06 21:21:58 (GMT) |
commit | d1e2e0e1b2af10ddecc5a6a0f9f4ab19ee8a0036 (patch) | |
tree | 14f5085f9ea00d70298f51dd776deacbbf1635d4 /configure.ac | |
parent | 46fde1feb5fce0f8711ff8c0e1bab317b580d387 (diff) | |
download | cpython-d1e2e0e1b2af10ddecc5a6a0f9f4ab19ee8a0036.zip cpython-d1e2e0e1b2af10ddecc5a6a0f9f4ab19ee8a0036.tar.gz cpython-d1e2e0e1b2af10ddecc5a6a0f9f4ab19ee8a0036.tar.bz2 |
gh-93475: Expose FICLONE and FICLONERANGE constants in fcntl (#93478)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 269f920..07a178a 100644 --- a/configure.ac +++ b/configure.ac @@ -2504,7 +2504,8 @@ AC_DEFINE(STDC_HEADERS, 1, [Define to 1 if you have the ANSI C header files.]) # checks for header files AC_CHECK_HEADERS([ \ 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 linux/random.h linux/soundcard.h \ + ieeefp.h io.h langinfo.h libintl.h libutil.h linux/auxvec.h sys/auxv.h linux/fs.h linux/memfd.h \ + linux/random.h linux/soundcard.h \ linux/tipc.h linux/wait.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 \ sys/endian.h sys/epoll.h sys/event.h sys/eventfd.h sys/file.h sys/ioctl.h sys/kern_control.h \ |