Skip to content

Commit 7dadc4e

Browse files
petereCommitfest Bot
authored and
Commitfest Bot
committed
Fixup: sort some lists better
1 parent ba9377e commit 7dadc4e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -15262,7 +15262,7 @@ fi
1526215262
LIBS_including_readline="$LIBS"
1526315263
LIBS=`echo "$LIBS" | sed -e 's/-ledit//g' -e 's/-lreadline//g'`
1526415264

15265-
for ac_func in backtrace_symbols copyfile copy_file_range elf_aux_info getauxval getifaddrs getpeerucred inet_pton kqueue mbstowcs_l memset_s posix_fallocate ppoll pthread_is_threaded_np setproctitle setproctitle_fast snprintf_l strtod_l strchrnul strsignal syncfs sync_file_range uselocale wcstombs_l
15265+
for ac_func in backtrace_symbols copyfile copy_file_range elf_aux_info getauxval getifaddrs getpeerucred inet_pton kqueue mbstowcs_l memset_s posix_fallocate ppoll pthread_is_threaded_np setproctitle setproctitle_fast snprintf_l strchrnul strsignal strtod_l syncfs sync_file_range uselocale wcstombs_l
1526615266
do :
1526715267
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
1526815268
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1760,9 +1760,9 @@ AC_CHECK_FUNCS(m4_normalize([
17601760
setproctitle
17611761
setproctitle_fast
17621762
snprintf_l
1763-
strtod_l
17641763
strchrnul
17651764
strsignal
1765+
strtod_l
17661766
syncfs
17671767
sync_file_range
17681768
uselocale

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -2741,7 +2741,6 @@ func_checks = [
27412741
['shm_unlink', {'dependencies': [rt_dep], 'define': false}],
27422742
['shmget', {'dependencies': [cygipc_dep], 'define': false}],
27432743
['snprintf_l'],
2744-
['strtod_l'],
27452744
['socket', {'dependencies': [socket_dep], 'define': false}],
27462745
['strchrnul'],
27472746
['strerror_r', {'dependencies': [thread_dep]}],
@@ -2750,6 +2749,7 @@ func_checks = [
27502749
['strnlen'],
27512750
['strsep'],
27522751
['strsignal'],
2752+
['strtod_l'],
27532753
['sync_file_range'],
27542754
['syncfs'],
27552755
['uselocale'],

src/port/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ pgport_sources = [
44
'bsearch_arg.c',
55
'chklocale.c',
66
'inet_net_ntop.c',
7-
'noblock.c',
87
'locale.c',
8+
'noblock.c',
99
'path.c',
1010
'pg_bitutils.c',
1111
'pg_popcount_avx512.c',

0 commit comments

Comments
 (0)