]> git.proxmox.com Git - wasi-libc.git/commit - expected/wasm32-wasi-threads/predefined-macros.txt
Update to musl 1.2.2.
authorDan Gohman <dev@sunfishcode.online>
Thu, 18 Mar 2021 16:47:06 +0000 (09:47 -0700)
committerDan Gohman <dev@sunfishcode.online>
Thu, 18 Mar 2021 18:18:41 +0000 (11:18 -0700)
commit322bd4ff9e4417356e3c5de5b514afd3aa851f65
treed4ecadff5ccefc927f62cc9f4ebfd840e743dcff
parentca4d2f0cdb34c644122a963e5bce7009c4d56dd6
Update to musl 1.2.2.

See the WHATSNEW file for details.
167 files changed:
dlmalloc/src/dlmalloc.c
expected/wasm32-wasi/defined-symbols.txt
expected/wasm32-wasi/predefined-macros.txt
libc-top-half/musl/INSTALL
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/signal.h
libc-top-half/musl/arch/aarch64/bits/syscall.h.in
libc-top-half/musl/arch/aarch64/bits/user.h
libc-top-half/musl/arch/aarch64/pthread_arch.h
libc-top-half/musl/arch/arm/bits/syscall.h.in
libc-top-half/musl/arch/arm/pthread_arch.h
libc-top-half/musl/arch/generic/bits/fcntl.h
libc-top-half/musl/arch/i386/bits/syscall.h.in
libc-top-half/musl/arch/i386/pthread_arch.h
libc-top-half/musl/arch/i386/syscall_arch.h
libc-top-half/musl/arch/m68k/bits/syscall.h.in
libc-top-half/musl/arch/m68k/pthread_arch.h
libc-top-half/musl/arch/m68k/syscall_arch.h
libc-top-half/musl/arch/microblaze/bits/syscall.h.in
libc-top-half/musl/arch/microblaze/pthread_arch.h
libc-top-half/musl/arch/microblaze/syscall_arch.h
libc-top-half/musl/arch/mips/bits/syscall.h.in
libc-top-half/musl/arch/mips/pthread_arch.h
libc-top-half/musl/arch/mips/syscall_arch.h
libc-top-half/musl/arch/mips64/bits/fcntl.h
libc-top-half/musl/arch/mips64/bits/syscall.h.in
libc-top-half/musl/arch/mips64/pthread_arch.h
libc-top-half/musl/arch/mipsn32/bits/syscall.h.in
libc-top-half/musl/arch/mipsn32/pthread_arch.h
libc-top-half/musl/arch/or1k/bits/syscall.h.in
libc-top-half/musl/arch/or1k/pthread_arch.h
libc-top-half/musl/arch/powerpc/bits/syscall.h.in
libc-top-half/musl/arch/powerpc/pthread_arch.h
libc-top-half/musl/arch/powerpc64/bits/syscall.h.in
libc-top-half/musl/arch/powerpc64/pthread_arch.h
libc-top-half/musl/arch/riscv64/bits/fcntl.h [deleted file]
libc-top-half/musl/arch/riscv64/bits/signal.h
libc-top-half/musl/arch/riscv64/bits/syscall.h.in
libc-top-half/musl/arch/riscv64/pthread_arch.h
libc-top-half/musl/arch/s390x/bits/alltypes.h.in
libc-top-half/musl/arch/s390x/bits/float.h
libc-top-half/musl/arch/s390x/bits/syscall.h.in
libc-top-half/musl/arch/s390x/pthread_arch.h
libc-top-half/musl/arch/s390x/syscall_arch.h
libc-top-half/musl/arch/sh/bits/signal.h
libc-top-half/musl/arch/sh/bits/syscall.h.in
libc-top-half/musl/arch/sh/pthread_arch.h
libc-top-half/musl/arch/x32/bits/fcntl.h
libc-top-half/musl/arch/x32/bits/syscall.h.in
libc-top-half/musl/arch/x32/pthread_arch.h
libc-top-half/musl/arch/x86_64/bits/fcntl.h [deleted file]
libc-top-half/musl/arch/x86_64/bits/syscall.h.in
libc-top-half/musl/arch/x86_64/pthread_arch.h
libc-top-half/musl/configure
libc-top-half/musl/include/alltypes.h.in
libc-top-half/musl/include/elf.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/netinet/udp.h
libc-top-half/musl/include/sched.h
libc-top-half/musl/include/signal.h
libc-top-half/musl/include/stdlib.h
libc-top-half/musl/include/sys/fanotify.h
libc-top-half/musl/include/sys/ioctl.h
libc-top-half/musl/include/sys/mman.h
libc-top-half/musl/include/sys/personality.h
libc-top-half/musl/include/sys/prctl.h
libc-top-half/musl/include/sys/random.h
libc-top-half/musl/include/termios.h
libc-top-half/musl/include/unistd.h
libc-top-half/musl/ldso/dynlink.c
libc-top-half/musl/src/aio/aio.c
libc-top-half/musl/src/aio/aio_suspend.c
libc-top-half/musl/src/conf/sysconf.c
libc-top-half/musl/src/crypt/crypt_blowfish.c
libc-top-half/musl/src/env/__init_tls.c
libc-top-half/musl/src/env/__stack_chk_fail.c
libc-top-half/musl/src/exit/abort.c
libc-top-half/musl/src/exit/abort_lock.c [new file with mode: 0644]
libc-top-half/musl/src/exit/assert.c
libc-top-half/musl/src/exit/at_quick_exit.c
libc-top-half/musl/src/exit/atexit.c
libc-top-half/musl/src/include/stdlib.h
libc-top-half/musl/src/include/unistd.h
libc-top-half/musl/src/internal/aio_impl.h [new file with mode: 0644]
libc-top-half/musl/src/internal/fork_impl.h [new file with mode: 0644]
libc-top-half/musl/src/internal/libm.h
libc-top-half/musl/src/internal/locale_impl.h
libc-top-half/musl/src/internal/lock.h
libc-top-half/musl/src/internal/pthread_impl.h
libc-top-half/musl/src/internal/stdio_impl.h
libc-top-half/musl/src/internal/syscall.h
libc-top-half/musl/src/ldso/dlerror.c
libc-top-half/musl/src/legacy/lutimes.c
libc-top-half/musl/src/linux/gettid.c [new file with mode: 0644]
libc-top-half/musl/src/linux/membarrier.c
libc-top-half/musl/src/linux/setgroups.c
libc-top-half/musl/src/locale/dcngettext.c
libc-top-half/musl/src/locale/freelocale.c
libc-top-half/musl/src/locale/locale_map.c
libc-top-half/musl/src/locale/newlocale.c
libc-top-half/musl/src/locale/setlocale.c
libc-top-half/musl/src/malloc/free.c [new file with mode: 0644]
libc-top-half/musl/src/malloc/libc_calloc.c [new file with mode: 0644]
libc-top-half/musl/src/malloc/lite_malloc.c
libc-top-half/musl/src/malloc/mallocng/glue.h
libc-top-half/musl/src/malloc/mallocng/malloc_usable_size.c
libc-top-half/musl/src/malloc/oldmalloc/malloc.c
libc-top-half/musl/src/malloc/realloc.c [new file with mode: 0644]
libc-top-half/musl/src/malloc/reallocarray.c [new file with mode: 0644]
libc-top-half/musl/src/math/__math_invalidl.c [new file with mode: 0644]
libc-top-half/musl/src/math/arm/fabs.c
libc-top-half/musl/src/math/arm/sqrt.c
libc-top-half/musl/src/math/sqrt.c
libc-top-half/musl/src/math/sqrt_data.c [new file with mode: 0644]
libc-top-half/musl/src/math/sqrt_data.h [new file with mode: 0644]
libc-top-half/musl/src/math/sqrtf.c
libc-top-half/musl/src/math/sqrtl.c
libc-top-half/musl/src/misc/ioctl.c
libc-top-half/musl/src/misc/realpath.c
libc-top-half/musl/src/misc/setrlimit.c
libc-top-half/musl/src/misc/syslog.c
libc-top-half/musl/src/misc/uname.c
libc-top-half/musl/src/multibyte/wcsnrtombs.c
libc-top-half/musl/src/network/h_errno.c
libc-top-half/musl/src/network/herror.c
libc-top-half/musl/src/network/lookup_name.c
libc-top-half/musl/src/network/res_query.c
libc-top-half/musl/src/passwd/getgrouplist.c
libc-top-half/musl/src/prng/random.c
libc-top-half/musl/src/process/_Fork.c [new file with mode: 0644]
libc-top-half/musl/src/process/fork.c
libc-top-half/musl/src/process/posix_spawn.c
libc-top-half/musl/src/setjmp/aarch64/longjmp.s
libc-top-half/musl/src/setjmp/i386/longjmp.s
libc-top-half/musl/src/setjmp/x32/longjmp.s
libc-top-half/musl/src/setjmp/x32/setjmp.s
libc-top-half/musl/src/setjmp/x86_64/longjmp.s
libc-top-half/musl/src/setjmp/x86_64/setjmp.s
libc-top-half/musl/src/signal/sigaction.c
libc-top-half/musl/src/stdio/__stdio_close.c
libc-top-half/musl/src/stdio/ofl.c
libc-top-half/musl/src/string/strstr.c
libc-top-half/musl/src/termios/tcgetwinsize.c [new file with mode: 0644]
libc-top-half/musl/src/termios/tcsetwinsize.c [new file with mode: 0644]
libc-top-half/musl/src/thread/i386/__set_thread_area.s
libc-top-half/musl/src/thread/pthread_attr_get.c
libc-top-half/musl/src/thread/pthread_cond_timedwait.c
libc-top-half/musl/src/thread/pthread_create.c
libc-top-half/musl/src/thread/pthread_mutex_destroy.c
libc-top-half/musl/src/thread/pthread_mutexattr_setprotocol.c
libc-top-half/musl/src/thread/pthread_mutexattr_setrobust.c
libc-top-half/musl/src/thread/s390x/clone.s
libc-top-half/musl/src/thread/s390x/syscall_cp.s
libc-top-half/musl/src/thread/sem_open.c
libc-top-half/musl/src/thread/synccall.c
libc-top-half/musl/src/thread/vmlock.c
libc-top-half/musl/src/time/__tz.c
libc-top-half/musl/src/time/timer_create.c
libc-top-half/musl/src/unistd/close.c
libc-top-half/musl/src/unistd/faccessat.c
libc-top-half/musl/src/unistd/readlink.c
libc-top-half/musl/src/unistd/readlinkat.c
libc-top-half/musl/src/unistd/setxid.c