diff options
author | Charles-François Natali <neologix@free.fr> | 2011-05-29 18:07:40 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2011-05-29 18:07:40 (GMT) |
commit | daafdd5bea1edb0fa980727cf8c52bfe7928d6b8 (patch) | |
tree | 9a508518d3a596ce11436bff47ada935011c177b /configure | |
parent | 04a90b4611d3a20ac593860d7f4156a14723e84a (diff) | |
download | cpython-daafdd5bea1edb0fa980727cf8c52bfe7928d6b8.zip cpython-daafdd5bea1edb0fa980727cf8c52bfe7928d6b8.tar.gz cpython-daafdd5bea1edb0fa980727cf8c52bfe7928d6b8.tar.bz2 |
Issue #12196: Add pipe2() to the os module.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -9307,7 +9307,7 @@ for ac_func in alarm accept4 setitimer getitimer bind_textdomain_codeset chown \ getpriority getresuid getresgid getpwent getspnam getspent getsid getwd \ if_nameindex \ initgroups kill killpg lchmod lchown lockf linkat lstat lutimes mbrtowc mkdirat mkfifo \ - mkfifoat mknod mknodat mktime mremap nice openat pathconf pause plock poll \ + mkfifoat mknod mknodat mktime mremap nice openat pathconf pause pipe2 plock poll \ posix_fallocate posix_fadvise pread \ pthread_init pthread_kill putenv pwrite readlink readlinkat readv realpath renameat \ select sem_open sem_timedwait sem_getvalue sem_unlink sendfile setegid seteuid \ @@ -13824,14 +13824,6 @@ $as_echo "#define HAVE_BROKEN_PIPE_BUF 1" >>confdefs.h esac -ac_fn_c_check_func "$LINENO" "pipe2" "ac_cv_func_pipe2" -if test "x$ac_cv_func_pipe2" = x""yes; then : - -$as_echo "#define HAVE_PIPE2 1" >>confdefs.h - -fi - - for h in `(cd $srcdir;echo Python/thread_*.h)` |