Skip to content

Commit 134586a

Browse files
miss-islingtonmarkmcclainerlend-aasland
authored
[3.14] gh-137390: Add missing line continuation character in configure.ac (GH-137391) (#137394)
gh-137390: Add missing line continuation character in configure.ac (GH-137391) (cherry picked from commit 001461a) Co-authored-by: markmcclain <[email protected]> Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent 94f57ac commit 134586a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5228,7 +5228,7 @@ AC_CHECK_FUNCS([ \
52285228
posix_spawn_file_actions_addclosefrom_np \
52295229
pread preadv preadv2 process_vm_readv \
52305230
pthread_cond_timedwait_relative_np pthread_condattr_setclock pthread_init \
5231-
pthread_kill pthread_get_name_np pthread_getname_np pthread_set_name_np
5231+
pthread_kill pthread_get_name_np pthread_getname_np pthread_set_name_np \
52325232
pthread_setname_np pthread_getattr_np \
52335233
ptsname ptsname_r pwrite pwritev pwritev2 readlink readlinkat readv realpath renameat \
52345234
rtpSpawn sched_get_priority_max sched_rr_get_interval sched_setaffinity \

0 commit comments

Comments
 (0)