diff options
author | pxinwr <peixing.xin@windriver.com> | 2019-05-21 10:46:37 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2019-05-21 10:46:37 (GMT) |
commit | f2d7ac7e5bd821e29e0fcb78a760a282059ae000 (patch) | |
tree | 096d1f8f9ccb49a93741ecbd15e35b6775282a48 /configure.ac | |
parent | d12e75734d46ecde588c5de65e6d64146911d20c (diff) | |
download | cpython-f2d7ac7e5bd821e29e0fcb78a760a282059ae000.zip cpython-f2d7ac7e5bd821e29e0fcb78a760a282059ae000.tar.gz cpython-f2d7ac7e5bd821e29e0fcb78a760a282059ae000.tar.bz2 |
bpo-31904: Add posix module support for VxWorks (GH-12118)
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 e673e13..3a915eb 100644 --- a/configure.ac +++ b/configure.ac @@ -3541,7 +3541,7 @@ AC_CHECK_FUNCS(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) # Force lchmod off for Linux. Linux disallows changing the mode of symbolic # links. Some libc implementations have a stub lchmod implementation that always |