]> git.proxmox.com Git - wasi-libc.git/commit
Update to musl 1.2.3.
authorDan Gohman <dev@sunfishcode.online>
Wed, 25 May 2022 02:31:23 +0000 (19:31 -0700)
committerGitHub <noreply@github.com>
Wed, 25 May 2022 02:31:23 +0000 (19:31 -0700)
commit5d8a1409aa85acf8dbb197e13d33489ad1eac656
tree2f9b6507bd5b02c2ce90d09c2b59741816543595
parent225b285a61c259cc5bab3df080914bf7e0128503
Update to musl 1.2.3.

* Update to musl 1.2.3.

See the WHATSNEW file for details.
104 files changed:
expected/wasm32-wasi/defined-symbols.txt
expected/wasm32-wasi/predefined-macros.txt
libc-top-half/musl/VERSION
libc-top-half/musl/WHATSNEW
libc-top-half/musl/arch/aarch64/bits/hwcap.h
libc-top-half/musl/arch/aarch64/bits/mman.h [new file with mode: 0644]
libc-top-half/musl/arch/aarch64/bits/syscall.h.in
libc-top-half/musl/arch/arm/bits/syscall.h.in
libc-top-half/musl/arch/i386/bits/syscall.h.in
libc-top-half/musl/arch/m68k/bits/syscall.h.in
libc-top-half/musl/arch/microblaze/bits/syscall.h.in
libc-top-half/musl/arch/mips/bits/syscall.h.in
libc-top-half/musl/arch/mips/pthread_arch.h
libc-top-half/musl/arch/mips64/bits/syscall.h.in
libc-top-half/musl/arch/mipsn32/bits/syscall.h.in
libc-top-half/musl/arch/or1k/bits/syscall.h.in
libc-top-half/musl/arch/powerpc/bits/fenv.h
libc-top-half/musl/arch/powerpc/bits/shm.h
libc-top-half/musl/arch/powerpc/bits/syscall.h.in
libc-top-half/musl/arch/powerpc/reloc.h
libc-top-half/musl/arch/powerpc64/bits/syscall.h.in
libc-top-half/musl/arch/riscv64/bits/syscall.h.in
libc-top-half/musl/arch/riscv64/bits/user.h
libc-top-half/musl/arch/s390x/bits/ptrace.h
libc-top-half/musl/arch/s390x/bits/syscall.h.in
libc-top-half/musl/arch/sh/bits/syscall.h.in
libc-top-half/musl/arch/x32/bits/syscall.h.in
libc-top-half/musl/arch/x32/bits/user.h
libc-top-half/musl/arch/x86_64/bits/syscall.h.in
libc-top-half/musl/configure
libc-top-half/musl/include/ctype.h
libc-top-half/musl/include/elf.h
libc-top-half/musl/include/locale.h
libc-top-half/musl/include/netinet/if_ether.h
libc-top-half/musl/include/netinet/in.h
libc-top-half/musl/include/netinet/tcp.h
libc-top-half/musl/include/pthread.h
libc-top-half/musl/include/setjmp.h
libc-top-half/musl/include/signal.h
libc-top-half/musl/include/stdc-predef.h
libc-top-half/musl/include/stddef.h
libc-top-half/musl/include/stdio.h
libc-top-half/musl/include/stdlib.h
libc-top-half/musl/include/string.h
libc-top-half/musl/include/sys/membarrier.h
libc-top-half/musl/include/sys/mman.h
libc-top-half/musl/include/sys/mount.h
libc-top-half/musl/include/sys/prctl.h
libc-top-half/musl/include/sys/ptrace.h
libc-top-half/musl/include/sys/socket.h
libc-top-half/musl/include/time.h
libc-top-half/musl/include/unistd.h
libc-top-half/musl/include/wchar.h
libc-top-half/musl/ldso/dynlink.c
libc-top-half/musl/src/complex/cacosf.c
libc-top-half/musl/src/complex/catanf.c
libc-top-half/musl/src/complex/cproj.c
libc-top-half/musl/src/complex/cprojf.c
libc-top-half/musl/src/complex/cprojl.c
libc-top-half/musl/src/ctype/nonspacing.h
libc-top-half/musl/src/env/__libc_start_main.c
libc-top-half/musl/src/env/__stack_chk_fail.c
libc-top-half/musl/src/errno/__strerror.h
libc-top-half/musl/src/fenv/powerpc/fenv-sf.c
libc-top-half/musl/src/fenv/powerpc/fenv.S
libc-top-half/musl/src/include/stdlib.h
libc-top-half/musl/src/ldso/dl_iterate_phdr.c
libc-top-half/musl/src/legacy/cuserid.c
libc-top-half/musl/src/linux/epoll.c
libc-top-half/musl/src/locale/dcngettext.c
libc-top-half/musl/src/locale/duplocale.c
libc-top-half/musl/src/locale/strtod_l.c [new file with mode: 0644]
libc-top-half/musl/src/malloc/free.c
libc-top-half/musl/src/malloc/mallocng/aligned_alloc.c
libc-top-half/musl/src/malloc/mallocng/free.c
libc-top-half/musl/src/malloc/oldmalloc/malloc.c
libc-top-half/musl/src/math/acoshf.c
libc-top-half/musl/src/math/expm1f.c
libc-top-half/musl/src/math/fmaf.c
libc-top-half/musl/src/math/powerpc/fabs.c
libc-top-half/musl/src/math/powerpc/fabsf.c
libc-top-half/musl/src/math/powerpc/fma.c
libc-top-half/musl/src/math/powerpc/fmaf.c
libc-top-half/musl/src/misc/ioctl.c
libc-top-half/musl/src/passwd/nscd_query.c
libc-top-half/musl/src/process/fdop.h
libc-top-half/musl/src/process/posix_spawn_file_actions_addclose.c
libc-top-half/musl/src/process/posix_spawn_file_actions_adddup2.c
libc-top-half/musl/src/process/posix_spawn_file_actions_addfchdir.c
libc-top-half/musl/src/process/posix_spawn_file_actions_addopen.c
libc-top-half/musl/src/setjmp/powerpc/longjmp.S
libc-top-half/musl/src/setjmp/powerpc/setjmp.S
libc-top-half/musl/src/signal/block.c
libc-top-half/musl/src/stdio/fgetws.c
libc-top-half/musl/src/stdio/fseek.c
libc-top-half/musl/src/stdio/getdelim.c
libc-top-half/musl/src/stdio/popen.c
libc-top-half/musl/src/stdlib/qsort.c
libc-top-half/musl/src/stdlib/qsort_nr.c [new file with mode: 0644]
libc-top-half/musl/src/stdlib/strtod.c
libc-top-half/musl/src/thread/pthread_getname_np.c [new file with mode: 0644]
libc-top-half/musl/src/thread/pthread_setname_np.c
libc-top-half/musl/src/time/__tz.c
libc-top-half/musl/src/unistd/nice.c