summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpxinwr <peixing.xin@windriver.com>2019-05-21 10:46:37 (GMT)
committerVictor Stinner <vstinner@redhat.com>2019-05-21 10:46:37 (GMT)
commitf2d7ac7e5bd821e29e0fcb78a760a282059ae000 (patch)
tree096d1f8f9ccb49a93741ecbd15e35b6775282a48 /configure
parentd12e75734d46ecde588c5de65e6d64146911d20c (diff)
downloadcpython-f2d7ac7e5bd821e29e0fcb78a760a282059ae000.zip
cpython-f2d7ac7e5bd821e29e0fcb78a760a282059ae000.tar.gz
cpython-f2d7ac7e5bd821e29e0fcb78a760a282059ae000.tar.bz2
bpo-31904: Add posix module support for VxWorks (GH-12118)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6da65dd..a0767b9 100755
--- a/configure
+++ b/configure
@@ -11484,7 +11484,7 @@ for ac_func in alarm accept4 setitimer getitimer bind_textdomain_codeset chown \
sigtimedwait sigwait sigwaitinfo snprintf strftime strlcpy strsignal symlinkat sync \
sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
truncate uname unlinkat unsetenv utimensat utimes waitid waitpid wait3 wait4 \
- wcscoll wcsftime wcsxfrm wmemcmp writev _getpty
+ wcscoll wcsftime wcsxfrm wmemcmp writev _getpty rtpSpawn
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"