diff options
author | Benjamin Peterson <benjamin@python.org> | 2018-09-14 04:57:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-14 04:57:31 (GMT) |
commit | ea13740a37347d68d096b11b87c9167917ccfc22 (patch) | |
tree | cefec723d8b1b3ea3bdf87cd0db53639cec6edfd /configure | |
parent | 1aeba7458d2aaf8a03b5d443179d122ceb2ccece (diff) | |
download | cpython-ea13740a37347d68d096b11b87c9167917ccfc22.zip cpython-ea13740a37347d68d096b11b87c9167917ccfc22.tar.gz cpython-ea13740a37347d68d096b11b87c9167917ccfc22.tar.bz2 |
bpo-34674: Assume unistd.h exists on Unix. (GH-9290)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7725,7 +7725,7 @@ for ac_header in asm/types.h crypt.h conio.h direct.h dlfcn.h errno.h \ fcntl.h grp.h \ ieeefp.h io.h langinfo.h libintl.h process.h pthread.h \ sched.h shadow.h signal.h stropts.h termios.h \ -unistd.h utime.h \ +utime.h \ poll.h sys/devpoll.h sys/epoll.h sys/poll.h \ sys/audioio.h sys/xattr.h sys/bsdtty.h sys/event.h sys/file.h sys/ioctl.h \ sys/kern_control.h sys/loadavg.h sys/lock.h sys/mkdev.h sys/modem.h \ |