mirror of
https://github.com/python/cpython.git
synced 2025-10-19 16:03:42 +00:00
gh-137390: Add missing line continuation character in configure.ac (#137391)
This commit is contained in:
parent
4dae9b1ff1
commit
001461a292
1 changed files with 1 additions and 1 deletions
|
@ -5219,7 +5219,7 @@ AC_CHECK_FUNCS([ \
|
|||
posix_spawn_file_actions_addclosefrom_np \
|
||||
pread preadv preadv2 process_vm_readv \
|
||||
pthread_cond_timedwait_relative_np pthread_condattr_setclock pthread_init \
|
||||
pthread_kill pthread_get_name_np pthread_getname_np pthread_set_name_np
|
||||
pthread_kill pthread_get_name_np pthread_getname_np pthread_set_name_np \
|
||||
pthread_setname_np pthread_getattr_np \
|
||||
ptsname ptsname_r pwrite pwritev pwritev2 readlink readlinkat readv realpath renameat \
|
||||
rtpSpawn sched_get_priority_max sched_rr_get_interval sched_setaffinity \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue