]> git.proxmox.com Git - wasi-libc.git/commit
Update to musl 1.1.24.
authorDan Gohman <sunfish@mozilla.com>
Mon, 14 Oct 2019 16:00:02 +0000 (09:00 -0700)
committerDan Gohman <sunfish@mozilla.com>
Wed, 26 Feb 2020 18:23:05 +0000 (10:23 -0800)
commit79a9b40837bfbf27dfbc991182ab8c4f5e98ba09
treea15cafd98dc90c46d61bd6f78f3140789fc2edfb
parente1149ab0677317c6c981bcbb5e4c159e4d2b9669
Update to musl 1.1.24.

See the WHATSNEW file for details; this doesn't have any major changes
for wasi-libc; in particular, the new catgets and GLOB_TILDE features
are disabled.
239 files changed:
expected/wasm32-wasi/defined-symbols.txt
expected/wasm32-wasi/predefined-macros.txt
libc-bottom-half/cloudlibc/src/libc/unistd/lseek.c
libc-bottom-half/headers/public/__header_netinet_in.h
libc-bottom-half/headers/public/__struct_in6_addr.h
libc-top-half/musl/COPYRIGHT
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/ipc.h [deleted file]
libc-top-half/musl/arch/aarch64/bits/msg.h [deleted file]
libc-top-half/musl/arch/aarch64/bits/sem.h [deleted file]
libc-top-half/musl/arch/aarch64/bits/shm.h [deleted file]
libc-top-half/musl/arch/aarch64/bits/syscall.h.in
libc-top-half/musl/arch/aarch64/kstat.h [new file with mode: 0644]
libc-top-half/musl/arch/aarch64/syscall_arch.h
libc-top-half/musl/arch/arm/bits/ipcstat.h [new file with mode: 0644]
libc-top-half/musl/arch/arm/bits/msg.h [new file with mode: 0644]
libc-top-half/musl/arch/arm/bits/sem.h [new file with mode: 0644]
libc-top-half/musl/arch/arm/bits/shm.h [new file with mode: 0644]
libc-top-half/musl/arch/arm/bits/syscall.h.in
libc-top-half/musl/arch/arm/kstat.h [new file with mode: 0644]
libc-top-half/musl/arch/generic/bits/ipc.h
libc-top-half/musl/arch/generic/bits/ipcstat.h [new file with mode: 0644]
libc-top-half/musl/arch/generic/bits/msg.h
libc-top-half/musl/arch/generic/bits/sem.h
libc-top-half/musl/arch/generic/bits/shm.h
libc-top-half/musl/arch/i386/bits/ipcstat.h [new file with mode: 0644]
libc-top-half/musl/arch/i386/bits/msg.h [new file with mode: 0644]
libc-top-half/musl/arch/i386/bits/sem.h [new file with mode: 0644]
libc-top-half/musl/arch/i386/bits/shm.h [new file with mode: 0644]
libc-top-half/musl/arch/i386/bits/syscall.h.in
libc-top-half/musl/arch/i386/kstat.h [new file with mode: 0644]
libc-top-half/musl/arch/m68k/bits/alltypes.h.in
libc-top-half/musl/arch/m68k/bits/ipcstat.h [new file with mode: 0644]
libc-top-half/musl/arch/m68k/bits/msg.h [new file with mode: 0644]
libc-top-half/musl/arch/m68k/bits/sem.h [new file with mode: 0644]
libc-top-half/musl/arch/m68k/bits/shm.h [new file with mode: 0644]
libc-top-half/musl/arch/m68k/bits/syscall.h.in
libc-top-half/musl/arch/m68k/kstat.h [new file with mode: 0644]
libc-top-half/musl/arch/microblaze/bits/ipcstat.h [new file with mode: 0644]
libc-top-half/musl/arch/microblaze/bits/msg.h [new file with mode: 0644]
libc-top-half/musl/arch/microblaze/bits/sem.h [new file with mode: 0644]
libc-top-half/musl/arch/microblaze/bits/shm.h [new file with mode: 0644]
libc-top-half/musl/arch/microblaze/bits/syscall.h.in
libc-top-half/musl/arch/microblaze/kstat.h [new file with mode: 0644]
libc-top-half/musl/arch/mips/bits/ipcstat.h [new file with mode: 0644]
libc-top-half/musl/arch/mips/bits/sem.h
libc-top-half/musl/arch/mips/bits/shm.h
libc-top-half/musl/arch/mips/bits/syscall.h.in
libc-top-half/musl/arch/mips/kstat.h [new file with mode: 0644]
libc-top-half/musl/arch/mips/syscall_arch.h
libc-top-half/musl/arch/mips64/bits/ipc.h
libc-top-half/musl/arch/mips64/bits/msg.h [deleted file]
libc-top-half/musl/arch/mips64/bits/sem.h [deleted file]
libc-top-half/musl/arch/mips64/bits/shm.h [deleted file]
libc-top-half/musl/arch/mips64/bits/stat.h
libc-top-half/musl/arch/mips64/bits/syscall.h.in
libc-top-half/musl/arch/mips64/kstat.h [new file with mode: 0644]
libc-top-half/musl/arch/mips64/syscall_arch.h
libc-top-half/musl/arch/mipsn32/bits/ipcstat.h [new file with mode: 0644]
libc-top-half/musl/arch/mipsn32/bits/sem.h
libc-top-half/musl/arch/mipsn32/bits/stat.h
libc-top-half/musl/arch/mipsn32/bits/syscall.h.in
libc-top-half/musl/arch/mipsn32/kstat.h [new file with mode: 0644]
libc-top-half/musl/arch/mipsn32/syscall_arch.h
libc-top-half/musl/arch/or1k/bits/ipc.h [deleted file]
libc-top-half/musl/arch/or1k/bits/ipcstat.h [new file with mode: 0644]
libc-top-half/musl/arch/or1k/bits/sem.h [new file with mode: 0644]
libc-top-half/musl/arch/or1k/bits/shm.h [new file with mode: 0644]
libc-top-half/musl/arch/or1k/bits/syscall.h.in
libc-top-half/musl/arch/or1k/kstat.h [new file with mode: 0644]
libc-top-half/musl/arch/or1k/syscall_arch.h
libc-top-half/musl/arch/powerpc/bits/alltypes.h.in
libc-top-half/musl/arch/powerpc/bits/ipc.h
libc-top-half/musl/arch/powerpc/bits/ipcstat.h [new file with mode: 0644]
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/bits/user.h
libc-top-half/musl/arch/powerpc/kstat.h [new file with mode: 0644]
libc-top-half/musl/arch/powerpc/reloc.h
libc-top-half/musl/arch/powerpc/syscall_arch.h
libc-top-half/musl/arch/powerpc64/bits/ipc.h
libc-top-half/musl/arch/powerpc64/bits/msg.h [deleted file]
libc-top-half/musl/arch/powerpc64/bits/sem.h [deleted file]
libc-top-half/musl/arch/powerpc64/bits/shm.h
libc-top-half/musl/arch/powerpc64/bits/syscall.h.in
libc-top-half/musl/arch/powerpc64/bits/user.h
libc-top-half/musl/arch/powerpc64/kstat.h [new file with mode: 0644]
libc-top-half/musl/arch/powerpc64/reloc.h
libc-top-half/musl/arch/powerpc64/syscall_arch.h
libc-top-half/musl/arch/riscv64/atomic_arch.h
libc-top-half/musl/arch/riscv64/bits/ipc.h [deleted file]
libc-top-half/musl/arch/riscv64/bits/msg.h [deleted file]
libc-top-half/musl/arch/riscv64/bits/sem.h [deleted file]
libc-top-half/musl/arch/riscv64/bits/shm.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/bits/user.h
libc-top-half/musl/arch/riscv64/kstat.h [new file with mode: 0644]
libc-top-half/musl/arch/riscv64/pthread_arch.h
libc-top-half/musl/arch/riscv64/syscall_arch.h
libc-top-half/musl/arch/s390x/bits/ipc.h [deleted file]
libc-top-half/musl/arch/s390x/bits/msg.h [deleted file]
libc-top-half/musl/arch/s390x/bits/sem.h [deleted file]
libc-top-half/musl/arch/s390x/bits/shm.h [deleted file]
libc-top-half/musl/arch/s390x/bits/syscall.h.in
libc-top-half/musl/arch/s390x/kstat.h [new file with mode: 0644]
libc-top-half/musl/arch/sh/bits/alltypes.h.in
libc-top-half/musl/arch/sh/bits/ipcstat.h [new file with mode: 0644]
libc-top-half/musl/arch/sh/bits/msg.h [new file with mode: 0644]
libc-top-half/musl/arch/sh/bits/sem.h [new file with mode: 0644]
libc-top-half/musl/arch/sh/bits/syscall.h.in
libc-top-half/musl/arch/sh/bits/user.h
libc-top-half/musl/arch/sh/kstat.h [new file with mode: 0644]
libc-top-half/musl/arch/sh/syscall_arch.h
libc-top-half/musl/arch/x32/bits/alltypes.h.in
libc-top-half/musl/arch/x32/bits/ipc.h
libc-top-half/musl/arch/x32/bits/sem.h [new file with mode: 0644]
libc-top-half/musl/arch/x32/bits/syscall.h.in
libc-top-half/musl/arch/x32/kstat.h [new file with mode: 0644]
libc-top-half/musl/arch/x32/syscall_arch.h
libc-top-half/musl/arch/x86_64/bits/ipc.h [deleted file]
libc-top-half/musl/arch/x86_64/bits/msg.h [deleted file]
libc-top-half/musl/arch/x86_64/bits/sem.h [new file with mode: 0644]
libc-top-half/musl/arch/x86_64/bits/shm.h [deleted file]
libc-top-half/musl/arch/x86_64/bits/syscall.h.in
libc-top-half/musl/arch/x86_64/kstat.h [new file with mode: 0644]
libc-top-half/musl/arch/x86_64/syscall_arch.h
libc-top-half/musl/include/fcntl.h
libc-top-half/musl/include/glob.h
libc-top-half/musl/include/netinet/if_ether.h
libc-top-half/musl/include/netinet/in.h
libc-top-half/musl/include/sched.h
libc-top-half/musl/include/spawn.h
libc-top-half/musl/include/stdlib.h
libc-top-half/musl/include/sys/ipc.h
libc-top-half/musl/include/sys/msg.h
libc-top-half/musl/include/sys/sem.h
libc-top-half/musl/include/sys/shm.h
libc-top-half/musl/include/unistd.h
libc-top-half/musl/ldso/dynlink.c
libc-top-half/musl/src/conf/fpathconf.c
libc-top-half/musl/src/env/secure_getenv.c [new file with mode: 0644]
libc-top-half/musl/src/include/time.h
libc-top-half/musl/src/include/unistd.h
libc-top-half/musl/src/internal/dynlink.h
libc-top-half/musl/src/internal/floatscan.c
libc-top-half/musl/src/internal/pthread_impl.h
libc-top-half/musl/src/internal/syscall.h
libc-top-half/musl/src/ipc/ipc.h
libc-top-half/musl/src/ipc/msgctl.c
libc-top-half/musl/src/ipc/semctl.c
libc-top-half/musl/src/ipc/semtimedop.c
libc-top-half/musl/src/ipc/shmctl.c
libc-top-half/musl/src/ldso/aarch64/tlsdesc.s
libc-top-half/musl/src/ldso/arm/tlsdesc.S
libc-top-half/musl/src/ldso/i386/tlsdesc.s
libc-top-half/musl/src/ldso/x86_64/tlsdesc.s
libc-top-half/musl/src/linux/adjtime.c
libc-top-half/musl/src/linux/adjtimex.c
libc-top-half/musl/src/linux/clock_adjtime.c
libc-top-half/musl/src/linux/copy_file_range.c [new file with mode: 0644]
libc-top-half/musl/src/linux/ppoll.c
libc-top-half/musl/src/linux/settimeofday.c
libc-top-half/musl/src/linux/timerfd.c
libc-top-half/musl/src/locale/catclose.c
libc-top-half/musl/src/locale/catgets.c
libc-top-half/musl/src/locale/catopen.c
libc-top-half/musl/src/math/i386/asin.s
libc-top-half/musl/src/math/i386/atan.s
libc-top-half/musl/src/math/i386/atan2.s
libc-top-half/musl/src/math/i386/atan2f.s
libc-top-half/musl/src/math/i386/atanf.s
libc-top-half/musl/src/math/i386/exp.s
libc-top-half/musl/src/math/i386/log1p.s
libc-top-half/musl/src/math/i386/log1pf.s
libc-top-half/musl/src/math/lrint.c
libc-top-half/musl/src/math/sqrt.c
libc-top-half/musl/src/math/sqrtf.c
libc-top-half/musl/src/misc/getopt.c
libc-top-half/musl/src/misc/ioctl.c
libc-top-half/musl/src/mq/mq_timedreceive.c
libc-top-half/musl/src/mq/mq_timedsend.c
libc-top-half/musl/src/multibyte/mbsrtowcs.c
libc-top-half/musl/src/network/getsockopt.c
libc-top-half/musl/src/network/recvmmsg.c
libc-top-half/musl/src/network/setsockopt.c
libc-top-half/musl/src/process/fdop.h
libc-top-half/musl/src/process/posix_spawn.c
libc-top-half/musl/src/process/posix_spawn_file_actions_addchdir.c [new file with mode: 0644]
libc-top-half/musl/src/process/posix_spawn_file_actions_addfchdir.c [new file with mode: 0644]
libc-top-half/musl/src/regex/glob.c
libc-top-half/musl/src/sched/sched_rr_get_interval.c
libc-top-half/musl/src/select/pselect.c
libc-top-half/musl/src/select/select.c
libc-top-half/musl/src/setjmp/arm/longjmp.S [new file with mode: 0644]
libc-top-half/musl/src/setjmp/arm/longjmp.s [deleted file]
libc-top-half/musl/src/setjmp/arm/setjmp.S [new file with mode: 0644]
libc-top-half/musl/src/setjmp/arm/setjmp.s [deleted file]
libc-top-half/musl/src/setjmp/mips/longjmp.S
libc-top-half/musl/src/setjmp/mips/setjmp.S
libc-top-half/musl/src/signal/getitimer.c
libc-top-half/musl/src/signal/setitimer.c
libc-top-half/musl/src/signal/sigaction.c
libc-top-half/musl/src/signal/sigtimedwait.c
libc-top-half/musl/src/signal/x32/getitimer.c [new file with mode: 0644]
libc-top-half/musl/src/signal/x32/setitimer.c [new file with mode: 0644]
libc-top-half/musl/src/stat/fstat.c
libc-top-half/musl/src/stat/fstatat.c
libc-top-half/musl/src/stat/lstat.c
libc-top-half/musl/src/stat/stat.c
libc-top-half/musl/src/stat/utimensat.c
libc-top-half/musl/src/stdio/__stdio_seek.c
libc-top-half/musl/src/stdio/vfwprintf.c
libc-top-half/musl/src/thread/__timedwait.c
libc-top-half/musl/src/thread/arm/atomics.s
libc-top-half/musl/src/thread/arm/clone.s
libc-top-half/musl/src/thread/arm/syscall_cp.s
libc-top-half/musl/src/thread/pthread_create.c
libc-top-half/musl/src/thread/pthread_join.c
libc-top-half/musl/src/thread/pthread_mutex_timedlock.c
libc-top-half/musl/src/thread/thrd_sleep.c
libc-top-half/musl/src/thread/x32/syscall_cp.s
libc-top-half/musl/src/thread/x32/syscall_cp_fixup.c [deleted file]
libc-top-half/musl/src/time/clock_getres.c
libc-top-half/musl/src/time/clock_gettime.c
libc-top-half/musl/src/time/clock_nanosleep.c
libc-top-half/musl/src/time/clock_settime.c
libc-top-half/musl/src/time/nanosleep.c
libc-top-half/musl/src/time/strftime.c
libc-top-half/musl/src/time/timer_create.c
libc-top-half/musl/src/time/timer_gettime.c
libc-top-half/musl/src/time/timer_settime.c
libc-top-half/musl/src/unistd/alarm.c
libc-top-half/musl/src/unistd/lseek.c
libc-top-half/musl/src/unistd/mipsn32/lseek.c [new file with mode: 0644]
libc-top-half/musl/src/unistd/x32/lseek.c [new file with mode: 0644]