| ... | ... | @@ -80,7 +80,6 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 80 | 80 | "musl/src/crypt/crypt.c", |
| 81 | 81 | "musl/src/crypt/crypt_blowfish.c", |
| 82 | 82 | "musl/src/crypt/crypt_des.c", |
| 83 | | "musl/src/crypt/crypt_des.h", |
| 84 | 83 | "musl/src/crypt/crypt_md5.c", |
| 85 | 84 | "musl/src/crypt/crypt_r.c", |
| 86 | 85 | "musl/src/crypt/crypt_sha256.c", |
| ... | ... | @@ -90,7 +89,6 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 90 | 89 | "musl/src/ctype/__ctype_get_mb_cur_max.c", |
| 91 | 90 | "musl/src/ctype/__ctype_tolower_loc.c", |
| 92 | 91 | "musl/src/ctype/__ctype_toupper_loc.c", |
| 93 | | "musl/src/ctype/alpha.h", |
| 94 | 92 | "musl/src/ctype/isalnum.c", |
| 95 | 93 | "musl/src/ctype/isalpha.c", |
| 96 | 94 | "musl/src/ctype/isascii.c", |
| ... | ... | @@ -117,8 +115,6 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 117 | 115 | "musl/src/ctype/iswupper.c", |
| 118 | 116 | "musl/src/ctype/iswxdigit.c", |
| 119 | 117 | "musl/src/ctype/isxdigit.c", |
| 120 | | "musl/src/ctype/nonspacing.h", |
| 121 | | "musl/src/ctype/punct.h", |
| 122 | 118 | "musl/src/ctype/toascii.c", |
| 123 | 119 | "musl/src/ctype/tolower.c", |
| 124 | 120 | "musl/src/ctype/toupper.c", |
| ... | ... | @@ -126,8 +122,6 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 126 | 122 | "musl/src/ctype/wcswidth.c", |
| 127 | 123 | "musl/src/ctype/wctrans.c", |
| 128 | 124 | "musl/src/ctype/wcwidth.c", |
| 129 | | "musl/src/ctype/wide.h", |
| 130 | | "musl/src/dirent/__dirent.h", |
| 131 | 125 | "musl/src/dirent/alphasort.c", |
| 132 | 126 | "musl/src/dirent/closedir.c", |
| 133 | 127 | "musl/src/dirent/dirfd.c", |
| ... | ... | @@ -152,7 +146,6 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 152 | 146 | "musl/src/env/setenv.c", |
| 153 | 147 | "musl/src/env/unsetenv.c", |
| 154 | 148 | "musl/src/errno/__errno_location.c", |
| 155 | | "musl/src/errno/__strerror.h", |
| 156 | 149 | "musl/src/errno/strerror.c", |
| 157 | 150 | "musl/src/exit/_Exit.c", |
| 158 | 151 | "musl/src/exit/abort.c", |
| ... | ... | @@ -196,55 +189,18 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 196 | 189 | "musl/src/fenv/sh/fenv.S", |
| 197 | 190 | "musl/src/fenv/x32/fenv.s", |
| 198 | 191 | "musl/src/fenv/x86_64/fenv.s", |
| 199 | | "musl/src/include/arpa/inet.h", |
| 200 | | "musl/src/include/crypt.h", |
| 201 | | "musl/src/include/errno.h", |
| 202 | | "musl/src/include/features.h", |
| 203 | | "musl/src/include/langinfo.h", |
| 204 | | "musl/src/include/pthread.h", |
| 205 | | "musl/src/include/resolv.h", |
| 206 | | "musl/src/include/signal.h", |
| 207 | | "musl/src/include/stdio.h", |
| 208 | | "musl/src/include/stdlib.h", |
| 209 | | "musl/src/include/string.h", |
| 210 | | "musl/src/include/sys/auxv.h", |
| 211 | | "musl/src/include/sys/membarrier.h", |
| 212 | | "musl/src/include/sys/mman.h", |
| 213 | | "musl/src/include/sys/sysinfo.h", |
| 214 | | "musl/src/include/sys/time.h", |
| 215 | | "musl/src/include/time.h", |
| 216 | | "musl/src/include/unistd.h", |
| 217 | | "musl/src/include/wchar.h", |
| 218 | | "musl/src/internal/atomic.h", |
| 219 | | "musl/src/internal/complex_impl.h", |
| 220 | 192 | "musl/src/internal/defsysinfo.c", |
| 221 | | "musl/src/internal/dynlink.h", |
| 222 | | "musl/src/internal/fdpic_crt.h", |
| 223 | 193 | "musl/src/internal/floatscan.c", |
| 224 | | "musl/src/internal/floatscan.h", |
| 225 | | "musl/src/internal/futex.h", |
| 226 | 194 | "musl/src/internal/i386/defsysinfo.s", |
| 227 | 195 | "musl/src/internal/intscan.c", |
| 228 | | "musl/src/internal/intscan.h", |
| 229 | | "musl/src/internal/ksigaction.h", |
| 230 | 196 | "musl/src/internal/libc.c", |
| 231 | | "musl/src/internal/libc.h", |
| 232 | | "musl/src/internal/libm.h", |
| 233 | | "musl/src/internal/locale_impl.h", |
| 234 | | "musl/src/internal/lock.h", |
| 235 | | "musl/src/internal/malloc_impl.h", |
| 236 | 197 | "musl/src/internal/procfdname.c", |
| 237 | | "musl/src/internal/pthread_impl.h", |
| 238 | 198 | "musl/src/internal/sh/__shcall.c", |
| 239 | 199 | "musl/src/internal/shgetc.c", |
| 240 | | "musl/src/internal/shgetc.h", |
| 241 | | "musl/src/internal/stdio_impl.h", |
| 242 | | "musl/src/internal/syscall.h", |
| 243 | 200 | "musl/src/internal/syscall_ret.c", |
| 244 | 201 | "musl/src/internal/vdso.c", |
| 245 | 202 | "musl/src/internal/version.c", |
| 246 | 203 | "musl/src/ipc/ftok.c", |
| 247 | | "musl/src/ipc/ipc.h", |
| 248 | 204 | "musl/src/ipc/msgctl.c", |
| 249 | 205 | "musl/src/ipc/msgget.c", |
| 250 | 206 | "musl/src/ipc/msgrcv.c", |
| ... | ... | @@ -261,6 +217,7 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 261 | 217 | "musl/src/ldso/aarch64/dlsym.s", |
| 262 | 218 | "musl/src/ldso/aarch64/tlsdesc.s", |
| 263 | 219 | "musl/src/ldso/arm/dlsym.s", |
| 220 | "musl/src/ldso/arm/dlsym_time64.S", |
| 264 | 221 | "musl/src/ldso/arm/find_exidx.c", |
| 265 | 222 | "musl/src/ldso/arm/tlsdesc.S", |
| 266 | 223 | "musl/src/ldso/dl_iterate_phdr.c", |
| ... | ... | @@ -271,18 +228,26 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 271 | 228 | "musl/src/ldso/dlopen.c", |
| 272 | 229 | "musl/src/ldso/dlsym.c", |
| 273 | 230 | "musl/src/ldso/i386/dlsym.s", |
| 231 | "musl/src/ldso/i386/dlsym_time64.S", |
| 274 | 232 | "musl/src/ldso/i386/tlsdesc.s", |
| 275 | 233 | "musl/src/ldso/m68k/dlsym.s", |
| 234 | "musl/src/ldso/m68k/dlsym_time64.S", |
| 276 | 235 | "musl/src/ldso/microblaze/dlsym.s", |
| 236 | "musl/src/ldso/microblaze/dlsym_time64.S", |
| 277 | 237 | "musl/src/ldso/mips/dlsym.s", |
| 238 | "musl/src/ldso/mips/dlsym_time64.S", |
| 278 | 239 | "musl/src/ldso/mips64/dlsym.s", |
| 279 | 240 | "musl/src/ldso/mipsn32/dlsym.s", |
| 241 | "musl/src/ldso/mipsn32/dlsym_time64.S", |
| 280 | 242 | "musl/src/ldso/or1k/dlsym.s", |
| 243 | "musl/src/ldso/or1k/dlsym_time64.S", |
| 281 | 244 | "musl/src/ldso/powerpc/dlsym.s", |
| 245 | "musl/src/ldso/powerpc/dlsym_time64.S", |
| 282 | 246 | "musl/src/ldso/powerpc64/dlsym.s", |
| 283 | 247 | "musl/src/ldso/riscv64/dlsym.s", |
| 284 | 248 | "musl/src/ldso/s390x/dlsym.s", |
| 285 | 249 | "musl/src/ldso/sh/dlsym.s", |
| 250 | "musl/src/ldso/sh/dlsym_time64.S", |
| 286 | 251 | "musl/src/ldso/tlsdesc.c", |
| 287 | 252 | "musl/src/ldso/x32/dlsym.s", |
| 288 | 253 | "musl/src/ldso/x86_64/dlsym.s", |
| ... | ... | @@ -369,30 +334,21 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 369 | 334 | "musl/src/linux/xattr.c", |
| 370 | 335 | "musl/src/locale/__lctrans.c", |
| 371 | 336 | "musl/src/locale/__mo_lookup.c", |
| 372 | | "musl/src/locale/big5.h", |
| 373 | 337 | "musl/src/locale/bind_textdomain_codeset.c", |
| 374 | 338 | "musl/src/locale/c_locale.c", |
| 375 | 339 | "musl/src/locale/catclose.c", |
| 376 | 340 | "musl/src/locale/catgets.c", |
| 377 | 341 | "musl/src/locale/catopen.c", |
| 378 | | "musl/src/locale/codepages.h", |
| 379 | 342 | "musl/src/locale/dcngettext.c", |
| 380 | 343 | "musl/src/locale/duplocale.c", |
| 381 | 344 | "musl/src/locale/freelocale.c", |
| 382 | | "musl/src/locale/gb18030.h", |
| 383 | | "musl/src/locale/hkscs.h", |
| 384 | 345 | "musl/src/locale/iconv.c", |
| 385 | 346 | "musl/src/locale/iconv_close.c", |
| 386 | | "musl/src/locale/jis0208.h", |
| 387 | | "musl/src/locale/ksc.h", |
| 388 | 347 | "musl/src/locale/langinfo.c", |
| 389 | | "musl/src/locale/legacychars.h", |
| 390 | 348 | "musl/src/locale/locale_map.c", |
| 391 | 349 | "musl/src/locale/localeconv.c", |
| 392 | 350 | "musl/src/locale/newlocale.c", |
| 393 | 351 | "musl/src/locale/pleval.c", |
| 394 | | "musl/src/locale/pleval.h", |
| 395 | | "musl/src/locale/revjis.h", |
| 396 | 352 | "musl/src/locale/setlocale.c", |
| 397 | 353 | "musl/src/locale/strcoll.c", |
| 398 | 354 | "musl/src/locale/strfmon.c", |
| ... | ... | @@ -401,7 +357,6 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 401 | 357 | "musl/src/locale/uselocale.c", |
| 402 | 358 | "musl/src/locale/wcscoll.c", |
| 403 | 359 | "musl/src/locale/wcsxfrm.c", |
| 404 | | "musl/src/malloc/DESIGN", |
| 405 | 360 | "musl/src/malloc/aligned_alloc.c", |
| 406 | 361 | "musl/src/malloc/expand_heap.c", |
| 407 | 362 | "musl/src/malloc/lite_malloc.c", |
| ... | ... | @@ -418,7 +373,6 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 418 | 373 | "musl/src/math/__fpclassifyf.c", |
| 419 | 374 | "musl/src/math/__fpclassifyl.c", |
| 420 | 375 | "musl/src/math/__invtrigl.c", |
| 421 | | "musl/src/math/__invtrigl.h", |
| 422 | 376 | "musl/src/math/__math_divzero.c", |
| 423 | 377 | "musl/src/math/__math_divzerof.c", |
| 424 | 378 | "musl/src/math/__math_invalid.c", |
| ... | ... | @@ -525,10 +479,8 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 525 | 479 | "musl/src/math/exp2.c", |
| 526 | 480 | "musl/src/math/exp2f.c", |
| 527 | 481 | "musl/src/math/exp2f_data.c", |
| 528 | | "musl/src/math/exp2f_data.h", |
| 529 | 482 | "musl/src/math/exp2l.c", |
| 530 | 483 | "musl/src/math/exp_data.c", |
| 531 | | "musl/src/math/exp_data.h", |
| 532 | 484 | "musl/src/math/expf.c", |
| 533 | 485 | "musl/src/math/expl.c", |
| 534 | 486 | "musl/src/math/expm1.c", |
| ... | ... | @@ -579,14 +531,9 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 579 | 531 | "musl/src/math/i386/ceil.s", |
| 580 | 532 | "musl/src/math/i386/ceilf.s", |
| 581 | 533 | "musl/src/math/i386/ceill.s", |
| 582 | | "musl/src/math/i386/exp.s", |
| 583 | | "musl/src/math/i386/exp2.s", |
| 584 | | "musl/src/math/i386/exp2f.s", |
| 585 | 534 | "musl/src/math/i386/exp2l.s", |
| 586 | | "musl/src/math/i386/expf.s", |
| 535 | "musl/src/math/i386/exp_ld.s", |
| 587 | 536 | "musl/src/math/i386/expl.s", |
| 588 | | "musl/src/math/i386/expm1.s", |
| 589 | | "musl/src/math/i386/expm1f.s", |
| 590 | 537 | "musl/src/math/i386/expm1l.s", |
| 591 | 538 | "musl/src/math/i386/fabs.s", |
| 592 | 539 | "musl/src/math/i386/fabsf.s", |
| ... | ... | @@ -673,19 +620,15 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 673 | 620 | "musl/src/math/log1pl.c", |
| 674 | 621 | "musl/src/math/log2.c", |
| 675 | 622 | "musl/src/math/log2_data.c", |
| 676 | | "musl/src/math/log2_data.h", |
| 677 | 623 | "musl/src/math/log2f.c", |
| 678 | 624 | "musl/src/math/log2f_data.c", |
| 679 | | "musl/src/math/log2f_data.h", |
| 680 | 625 | "musl/src/math/log2l.c", |
| 681 | 626 | "musl/src/math/log_data.c", |
| 682 | | "musl/src/math/log_data.h", |
| 683 | 627 | "musl/src/math/logb.c", |
| 684 | 628 | "musl/src/math/logbf.c", |
| 685 | 629 | "musl/src/math/logbl.c", |
| 686 | 630 | "musl/src/math/logf.c", |
| 687 | 631 | "musl/src/math/logf_data.c", |
| 688 | | "musl/src/math/logf_data.h", |
| 689 | 632 | "musl/src/math/logl.c", |
| 690 | 633 | "musl/src/math/lrint.c", |
| 691 | 634 | "musl/src/math/lrintf.c", |
| ... | ... | @@ -693,6 +636,10 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 693 | 636 | "musl/src/math/lround.c", |
| 694 | 637 | "musl/src/math/lroundf.c", |
| 695 | 638 | "musl/src/math/lroundl.c", |
| 639 | "musl/src/math/mips/fabs.c", |
| 640 | "musl/src/math/mips/fabsf.c", |
| 641 | "musl/src/math/mips/sqrt.c", |
| 642 | "musl/src/math/mips/sqrtf.c", |
| 696 | 643 | "musl/src/math/modf.c", |
| 697 | 644 | "musl/src/math/modff.c", |
| 698 | 645 | "musl/src/math/modfl.c", |
| ... | ... | @@ -710,7 +657,6 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 710 | 657 | "musl/src/math/nexttowardl.c", |
| 711 | 658 | "musl/src/math/pow.c", |
| 712 | 659 | "musl/src/math/pow_data.c", |
| 713 | | "musl/src/math/pow_data.h", |
| 714 | 660 | "musl/src/math/powerpc/fabs.c", |
| 715 | 661 | "musl/src/math/powerpc/fabsf.c", |
| 716 | 662 | "musl/src/math/powerpc/fma.c", |
| ... | ... | @@ -741,7 +687,6 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 741 | 687 | "musl/src/math/powerpc64/truncf.c", |
| 742 | 688 | "musl/src/math/powf.c", |
| 743 | 689 | "musl/src/math/powf_data.c", |
| 744 | | "musl/src/math/powf_data.h", |
| 745 | 690 | "musl/src/math/powl.c", |
| 746 | 691 | "musl/src/math/remainder.c", |
| 747 | 692 | "musl/src/math/remainderf.c", |
| ... | ... | @@ -958,7 +903,6 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 958 | 903 | "musl/src/multibyte/c16rtomb.c", |
| 959 | 904 | "musl/src/multibyte/c32rtomb.c", |
| 960 | 905 | "musl/src/multibyte/internal.c", |
| 961 | | "musl/src/multibyte/internal.h", |
| 962 | 906 | "musl/src/multibyte/mblen.c", |
| 963 | 907 | "musl/src/multibyte/mbrlen.c", |
| 964 | 908 | "musl/src/multibyte/mbrtoc16.c", |
| ... | ... | @@ -1021,12 +965,10 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 1021 | 965 | "musl/src/network/inet_ntop.c", |
| 1022 | 966 | "musl/src/network/inet_pton.c", |
| 1023 | 967 | "musl/src/network/listen.c", |
| 1024 | | "musl/src/network/lookup.h", |
| 1025 | 968 | "musl/src/network/lookup_ipliteral.c", |
| 1026 | 969 | "musl/src/network/lookup_name.c", |
| 1027 | 970 | "musl/src/network/lookup_serv.c", |
| 1028 | 971 | "musl/src/network/netlink.c", |
| 1029 | | "musl/src/network/netlink.h", |
| 1030 | 972 | "musl/src/network/netname.c", |
| 1031 | 973 | "musl/src/network/ns_parse.c", |
| 1032 | 974 | "musl/src/network/ntohl.c", |
| ... | ... | @@ -1070,12 +1012,10 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 1070 | 1012 | "musl/src/passwd/getspnam.c", |
| 1071 | 1013 | "musl/src/passwd/getspnam_r.c", |
| 1072 | 1014 | "musl/src/passwd/lckpwdf.c", |
| 1073 | | "musl/src/passwd/nscd.h", |
| 1074 | 1015 | "musl/src/passwd/nscd_query.c", |
| 1075 | 1016 | "musl/src/passwd/putgrent.c", |
| 1076 | 1017 | "musl/src/passwd/putpwent.c", |
| 1077 | 1018 | "musl/src/passwd/putspent.c", |
| 1078 | | "musl/src/passwd/pwf.h", |
| 1079 | 1019 | "musl/src/prng/__rand48_step.c", |
| 1080 | 1020 | "musl/src/prng/__seed48.c", |
| 1081 | 1021 | "musl/src/prng/drand48.c", |
| ... | ... | @@ -1083,7 +1023,6 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 1083 | 1023 | "musl/src/prng/lrand48.c", |
| 1084 | 1024 | "musl/src/prng/mrand48.c", |
| 1085 | 1025 | "musl/src/prng/rand.c", |
| 1086 | | "musl/src/prng/rand48.h", |
| 1087 | 1026 | "musl/src/prng/rand_r.c", |
| 1088 | 1027 | "musl/src/prng/random.c", |
| 1089 | 1028 | "musl/src/prng/seed48.c", |
| ... | ... | @@ -1095,7 +1034,6 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 1095 | 1034 | "musl/src/process/execv.c", |
| 1096 | 1035 | "musl/src/process/execve.c", |
| 1097 | 1036 | "musl/src/process/execvp.c", |
| 1098 | | "musl/src/process/fdop.h", |
| 1099 | 1037 | "musl/src/process/fexecve.c", |
| 1100 | 1038 | "musl/src/process/fork.c", |
| 1101 | 1039 | "musl/src/process/i386/vfork.s", |
| ... | ... | @@ -1134,7 +1072,6 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 1134 | 1072 | "musl/src/regex/regerror.c", |
| 1135 | 1073 | "musl/src/regex/regexec.c", |
| 1136 | 1074 | "musl/src/regex/tre-mem.c", |
| 1137 | | "musl/src/regex/tre.h", |
| 1138 | 1075 | "musl/src/sched/affinity.c", |
| 1139 | 1076 | "musl/src/sched/sched_cpucount.c", |
| 1140 | 1077 | "musl/src/sched/sched_get_priority_max.c", |
| ... | ... | @@ -1152,7 +1089,6 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 1152 | 1089 | "musl/src/search/tdestroy.c", |
| 1153 | 1090 | "musl/src/search/tfind.c", |
| 1154 | 1091 | "musl/src/search/tsearch.c", |
| 1155 | | "musl/src/search/tsearch.h", |
| 1156 | 1092 | "musl/src/search/twalk.c", |
| 1157 | 1093 | "musl/src/select/poll.c", |
| 1158 | 1094 | "musl/src/select/pselect.c", |
| ... | ... | @@ -1335,7 +1271,6 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 1335 | 1271 | "musl/src/stdio/fwrite.c", |
| 1336 | 1272 | "musl/src/stdio/fwscanf.c", |
| 1337 | 1273 | "musl/src/stdio/getc.c", |
| 1338 | | "musl/src/stdio/getc.h", |
| 1339 | 1274 | "musl/src/stdio/getc_unlocked.c", |
| 1340 | 1275 | "musl/src/stdio/getchar.c", |
| 1341 | 1276 | "musl/src/stdio/getchar_unlocked.c", |
| ... | ... | @@ -1354,7 +1289,6 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 1354 | 1289 | "musl/src/stdio/popen.c", |
| 1355 | 1290 | "musl/src/stdio/printf.c", |
| 1356 | 1291 | "musl/src/stdio/putc.c", |
| 1357 | | "musl/src/stdio/putc.h", |
| 1358 | 1292 | "musl/src/stdio/putc_unlocked.c", |
| 1359 | 1293 | "musl/src/stdio/putchar.c", |
| 1360 | 1294 | "musl/src/stdio/putchar_unlocked.c", |
| ... | ... | @@ -1746,7 +1680,6 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 1746 | 1680 | "musl/src/time/strftime.c", |
| 1747 | 1681 | "musl/src/time/strptime.c", |
| 1748 | 1682 | "musl/src/time/time.c", |
| 1749 | | "musl/src/time/time_impl.h", |
| 1750 | 1683 | "musl/src/time/timegm.c", |
| 1751 | 1684 | "musl/src/time/timer_create.c", |
| 1752 | 1685 | "musl/src/time/timer_delete.c", |
| ... | ... | @@ -1843,4 +1776,69 @@ static const char *ZIG_MUSL_SRC_FILES[] = { |
| 1843 | 1776 | "musl/src/unistd/writev.c", |
| 1844 | 1777 | "musl/src/unistd/x32/lseek.c", |
| 1845 | 1778 | }; |
| 1779 | static const char *ZIG_MUSL_COMPAT_TIME32_FILES[] = { |
| 1780 | "musl/compat/time32/__xstat.c", |
| 1781 | "musl/compat/time32/adjtime32.c", |
| 1782 | "musl/compat/time32/adjtimex_time32.c", |
| 1783 | "musl/compat/time32/aio_suspend_time32.c", |
| 1784 | "musl/compat/time32/clock_adjtime32.c", |
| 1785 | "musl/compat/time32/clock_getres_time32.c", |
| 1786 | "musl/compat/time32/clock_gettime32.c", |
| 1787 | "musl/compat/time32/clock_nanosleep_time32.c", |
| 1788 | "musl/compat/time32/clock_settime32.c", |
| 1789 | "musl/compat/time32/cnd_timedwait_time32.c", |
| 1790 | "musl/compat/time32/ctime32.c", |
| 1791 | "musl/compat/time32/ctime32_r.c", |
| 1792 | "musl/compat/time32/difftime32.c", |
| 1793 | "musl/compat/time32/fstat_time32.c", |
| 1794 | "musl/compat/time32/fstatat_time32.c", |
| 1795 | "musl/compat/time32/ftime32.c", |
| 1796 | "musl/compat/time32/futimens_time32.c", |
| 1797 | "musl/compat/time32/futimes_time32.c", |
| 1798 | "musl/compat/time32/futimesat_time32.c", |
| 1799 | "musl/compat/time32/getitimer_time32.c", |
| 1800 | "musl/compat/time32/getrusage_time32.c", |
| 1801 | "musl/compat/time32/gettimeofday_time32.c", |
| 1802 | "musl/compat/time32/gmtime32.c", |
| 1803 | "musl/compat/time32/gmtime32_r.c", |
| 1804 | "musl/compat/time32/localtime32.c", |
| 1805 | "musl/compat/time32/localtime32_r.c", |
| 1806 | "musl/compat/time32/lstat_time32.c", |
| 1807 | "musl/compat/time32/lutimes_time32.c", |
| 1808 | "musl/compat/time32/mktime32.c", |
| 1809 | "musl/compat/time32/mq_timedreceive_time32.c", |
| 1810 | "musl/compat/time32/mq_timedsend_time32.c", |
| 1811 | "musl/compat/time32/mtx_timedlock_time32.c", |
| 1812 | "musl/compat/time32/nanosleep_time32.c", |
| 1813 | "musl/compat/time32/ppoll_time32.c", |
| 1814 | "musl/compat/time32/pselect_time32.c", |
| 1815 | "musl/compat/time32/pthread_cond_timedwait_time32.c", |
| 1816 | "musl/compat/time32/pthread_mutex_timedlock_time32.c", |
| 1817 | "musl/compat/time32/pthread_rwlock_timedrdlock_time32.c", |
| 1818 | "musl/compat/time32/pthread_rwlock_timedwrlock_time32.c", |
| 1819 | "musl/compat/time32/pthread_timedjoin_np_time32.c", |
| 1820 | "musl/compat/time32/recvmmsg_time32.c", |
| 1821 | "musl/compat/time32/sched_rr_get_interval_time32.c", |
| 1822 | "musl/compat/time32/select_time32.c", |
| 1823 | "musl/compat/time32/sem_timedwait_time32.c", |
| 1824 | "musl/compat/time32/semtimedop_time32.c", |
| 1825 | "musl/compat/time32/setitimer_time32.c", |
| 1826 | "musl/compat/time32/settimeofday_time32.c", |
| 1827 | "musl/compat/time32/sigtimedwait_time32.c", |
| 1828 | "musl/compat/time32/stat_time32.c", |
| 1829 | "musl/compat/time32/stime32.c", |
| 1830 | "musl/compat/time32/thrd_sleep_time32.c", |
| 1831 | "musl/compat/time32/time32.c", |
| 1832 | "musl/compat/time32/time32gm.c", |
| 1833 | "musl/compat/time32/timer_gettime32.c", |
| 1834 | "musl/compat/time32/timer_settime32.c", |
| 1835 | "musl/compat/time32/timerfd_gettime32.c", |
| 1836 | "musl/compat/time32/timerfd_settime32.c", |
| 1837 | "musl/compat/time32/timespec_get_time32.c", |
| 1838 | "musl/compat/time32/utime_time32.c", |
| 1839 | "musl/compat/time32/utimensat_time32.c", |
| 1840 | "musl/compat/time32/utimes_time32.c", |
| 1841 | "musl/compat/time32/wait3_time32.c", |
| 1842 | "musl/compat/time32/wait4_time32.c", |
| 1843 | }; |
| 1846 | 1844 | #endif |