]> git.proxmox.com Git - wasi-libc.git/commit
Update to musl 1.2.0.
authorDan Gohman <sunfish@mozilla.com>
Wed, 26 Feb 2020 16:56:59 +0000 (08:56 -0800)
committerDan Gohman <sunfish@mozilla.com>
Wed, 26 Feb 2020 18:23:05 +0000 (10:23 -0800)
commit575e1579a4ebaa6dccb884ca657188a92982af23
treef55bfe766a9077321b42e3cecb4bb7237fbdac0f
parent79a9b40837bfbf27dfbc991182ab8c4f5e98ba09
Update to musl 1.2.0.

See the WHATSNEW file for details. The biggest change in musl is the
switch to 64-bit time_t for 32-bit targets, however WASI libc was already
using 64-bit time_t. The main change affecting WASI is an update to
Unicode 12.1.0.
363 files changed:
expected/wasm32-wasi/predefined-macros.txt
libc-top-half/musl/.mailmap [new file with mode: 0644]
libc-top-half/musl/COPYRIGHT
libc-top-half/musl/Makefile
libc-top-half/musl/VERSION
libc-top-half/musl/WHATSNEW
libc-top-half/musl/arch/aarch64/bits/alltypes.h.in
libc-top-half/musl/arch/aarch64/bits/endian.h [deleted file]
libc-top-half/musl/arch/aarch64/bits/limits.h [deleted file]
libc-top-half/musl/arch/aarch64/bits/socket.h [deleted file]
libc-top-half/musl/arch/aarch64/bits/syscall.h.in
libc-top-half/musl/arch/aarch64/reloc.h
libc-top-half/musl/arch/arm/arch.mak [new file with mode: 0644]
libc-top-half/musl/arch/arm/bits/alltypes.h.in
libc-top-half/musl/arch/arm/bits/endian.h [deleted file]
libc-top-half/musl/arch/arm/bits/ipcstat.h
libc-top-half/musl/arch/arm/bits/limits.h [deleted file]
libc-top-half/musl/arch/arm/bits/msg.h
libc-top-half/musl/arch/arm/bits/sem.h
libc-top-half/musl/arch/arm/bits/shm.h
libc-top-half/musl/arch/arm/bits/stat.h
libc-top-half/musl/arch/arm/bits/syscall.h.in
libc-top-half/musl/arch/arm/reloc.h
libc-top-half/musl/arch/arm/syscall_arch.h
libc-top-half/musl/arch/generic/bits/dirent.h [new file with mode: 0644]
libc-top-half/musl/arch/generic/bits/ioctl.h
libc-top-half/musl/arch/generic/bits/limits.h [new file with mode: 0644]
libc-top-half/musl/arch/generic/bits/socket.h
libc-top-half/musl/arch/i386/arch.mak [new file with mode: 0644]
libc-top-half/musl/arch/i386/bits/alltypes.h.in
libc-top-half/musl/arch/i386/bits/endian.h [deleted file]
libc-top-half/musl/arch/i386/bits/ipcstat.h
libc-top-half/musl/arch/i386/bits/limits.h
libc-top-half/musl/arch/i386/bits/msg.h
libc-top-half/musl/arch/i386/bits/sem.h
libc-top-half/musl/arch/i386/bits/shm.h
libc-top-half/musl/arch/i386/bits/stat.h
libc-top-half/musl/arch/i386/bits/syscall.h.in
libc-top-half/musl/arch/i386/syscall_arch.h
libc-top-half/musl/arch/m68k/arch.mak [new file with mode: 0644]
libc-top-half/musl/arch/m68k/bits/alltypes.h.in
libc-top-half/musl/arch/m68k/bits/endian.h [deleted file]
libc-top-half/musl/arch/m68k/bits/ipcstat.h
libc-top-half/musl/arch/m68k/bits/limits.h [deleted file]
libc-top-half/musl/arch/m68k/bits/msg.h
libc-top-half/musl/arch/m68k/bits/sem.h
libc-top-half/musl/arch/m68k/bits/shm.h
libc-top-half/musl/arch/m68k/bits/stat.h
libc-top-half/musl/arch/m68k/bits/syscall.h.in
libc-top-half/musl/arch/m68k/bits/user.h
libc-top-half/musl/arch/microblaze/arch.mak [new file with mode: 0644]
libc-top-half/musl/arch/microblaze/bits/alltypes.h.in
libc-top-half/musl/arch/microblaze/bits/endian.h [deleted file]
libc-top-half/musl/arch/microblaze/bits/ipcstat.h
libc-top-half/musl/arch/microblaze/bits/limits.h [deleted file]
libc-top-half/musl/arch/microblaze/bits/msg.h
libc-top-half/musl/arch/microblaze/bits/sem.h
libc-top-half/musl/arch/microblaze/bits/shm.h
libc-top-half/musl/arch/microblaze/bits/stat.h
libc-top-half/musl/arch/microblaze/bits/syscall.h.in
libc-top-half/musl/arch/microblaze/reloc.h
libc-top-half/musl/arch/mips/arch.mak [new file with mode: 0644]
libc-top-half/musl/arch/mips/bits/alltypes.h.in
libc-top-half/musl/arch/mips/bits/endian.h [deleted file]
libc-top-half/musl/arch/mips/bits/hwcap.h
libc-top-half/musl/arch/mips/bits/ioctl.h
libc-top-half/musl/arch/mips/bits/ipcstat.h
libc-top-half/musl/arch/mips/bits/limits.h [deleted file]
libc-top-half/musl/arch/mips/bits/msg.h
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/signal.h
libc-top-half/musl/arch/mips/bits/socket.h
libc-top-half/musl/arch/mips/bits/stat.h
libc-top-half/musl/arch/mips/bits/syscall.h.in
libc-top-half/musl/arch/mips/reloc.h
libc-top-half/musl/arch/mips/syscall_arch.h
libc-top-half/musl/arch/mips64/bits/alltypes.h.in
libc-top-half/musl/arch/mips64/bits/endian.h [deleted file]
libc-top-half/musl/arch/mips64/bits/limits.h [deleted file]
libc-top-half/musl/arch/mips64/bits/socket.h
libc-top-half/musl/arch/mips64/bits/syscall.h.in
libc-top-half/musl/arch/mips64/reloc.h
libc-top-half/musl/arch/mipsn32/arch.mak [new file with mode: 0644]
libc-top-half/musl/arch/mipsn32/bits/alltypes.h.in
libc-top-half/musl/arch/mipsn32/bits/endian.h [deleted file]
libc-top-half/musl/arch/mipsn32/bits/ioctl.h
libc-top-half/musl/arch/mipsn32/bits/ipcstat.h
libc-top-half/musl/arch/mipsn32/bits/limits.h [deleted file]
libc-top-half/musl/arch/mipsn32/bits/msg.h
libc-top-half/musl/arch/mipsn32/bits/sem.h
libc-top-half/musl/arch/mipsn32/bits/shm.h
libc-top-half/musl/arch/mipsn32/bits/socket.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/reloc.h
libc-top-half/musl/arch/mipsn32/syscall_arch.h
libc-top-half/musl/arch/or1k/arch.mak [new file with mode: 0644]
libc-top-half/musl/arch/or1k/bits/alltypes.h.in
libc-top-half/musl/arch/or1k/bits/endian.h [deleted file]
libc-top-half/musl/arch/or1k/bits/ipcstat.h
libc-top-half/musl/arch/or1k/bits/limits.h
libc-top-half/musl/arch/or1k/bits/msg.h
libc-top-half/musl/arch/or1k/bits/sem.h
libc-top-half/musl/arch/or1k/bits/shm.h
libc-top-half/musl/arch/or1k/bits/stat.h
libc-top-half/musl/arch/or1k/bits/syscall.h.in
libc-top-half/musl/arch/powerpc/arch.mak [new file with mode: 0644]
libc-top-half/musl/arch/powerpc/bits/alltypes.h.in
libc-top-half/musl/arch/powerpc/bits/endian.h [deleted file]
libc-top-half/musl/arch/powerpc/bits/ioctl.h
libc-top-half/musl/arch/powerpc/bits/ipcstat.h
libc-top-half/musl/arch/powerpc/bits/limits.h [deleted file]
libc-top-half/musl/arch/powerpc/bits/msg.h
libc-top-half/musl/arch/powerpc/bits/sem.h
libc-top-half/musl/arch/powerpc/bits/shm.h
libc-top-half/musl/arch/powerpc/bits/signal.h
libc-top-half/musl/arch/powerpc/bits/socket.h
libc-top-half/musl/arch/powerpc/bits/stat.h
libc-top-half/musl/arch/powerpc/bits/syscall.h.in
libc-top-half/musl/arch/powerpc64/bits/alltypes.h.in
libc-top-half/musl/arch/powerpc64/bits/endian.h [deleted file]
libc-top-half/musl/arch/powerpc64/bits/limits.h [deleted file]
libc-top-half/musl/arch/powerpc64/bits/signal.h
libc-top-half/musl/arch/powerpc64/bits/socket.h
libc-top-half/musl/arch/powerpc64/bits/syscall.h.in
libc-top-half/musl/arch/powerpc64/reloc.h
libc-top-half/musl/arch/riscv64/atomic_arch.h
libc-top-half/musl/arch/riscv64/bits/alltypes.h.in
libc-top-half/musl/arch/riscv64/bits/endian.h [deleted file]
libc-top-half/musl/arch/riscv64/bits/limits.h [deleted file]
libc-top-half/musl/arch/riscv64/bits/reg.h
libc-top-half/musl/arch/riscv64/bits/signal.h
libc-top-half/musl/arch/riscv64/bits/socket.h [deleted file]
libc-top-half/musl/arch/riscv64/bits/syscall.h.in
libc-top-half/musl/arch/s390x/bits/alltypes.h.in
libc-top-half/musl/arch/s390x/bits/endian.h [deleted file]
libc-top-half/musl/arch/s390x/bits/limits.h
libc-top-half/musl/arch/s390x/bits/socket.h [deleted file]
libc-top-half/musl/arch/s390x/bits/syscall.h.in
libc-top-half/musl/arch/s390x/reloc.h
libc-top-half/musl/arch/sh/arch.mak [new file with mode: 0644]
libc-top-half/musl/arch/sh/bits/alltypes.h.in
libc-top-half/musl/arch/sh/bits/endian.h [deleted file]
libc-top-half/musl/arch/sh/bits/ioctl.h
libc-top-half/musl/arch/sh/bits/ipcstat.h
libc-top-half/musl/arch/sh/bits/limits.h
libc-top-half/musl/arch/sh/bits/msg.h
libc-top-half/musl/arch/sh/bits/sem.h
libc-top-half/musl/arch/sh/bits/shm.h
libc-top-half/musl/arch/sh/bits/stat.h
libc-top-half/musl/arch/sh/bits/syscall.h.in
libc-top-half/musl/arch/sh/reloc.h
libc-top-half/musl/arch/wasm32/bits/alltypes.h.in
libc-top-half/musl/arch/wasm32/bits/dirent.h [new file with mode: 0644]
libc-top-half/musl/arch/wasm32/bits/endian.h [deleted file]
libc-top-half/musl/arch/wasm32/bits/limits.h
libc-top-half/musl/arch/wasm32/bits/socket.h [deleted file]
libc-top-half/musl/arch/x32/bits/alltypes.h.in
libc-top-half/musl/arch/x32/bits/endian.h [deleted file]
libc-top-half/musl/arch/x32/bits/ioctl_fix.h [new file with mode: 0644]
libc-top-half/musl/arch/x32/bits/limits.h
libc-top-half/musl/arch/x32/bits/socket.h
libc-top-half/musl/arch/x32/bits/syscall.h.in
libc-top-half/musl/arch/x32/syscall_arch.h
libc-top-half/musl/arch/x86_64/bits/alltypes.h.in
libc-top-half/musl/arch/x86_64/bits/endian.h [deleted file]
libc-top-half/musl/arch/x86_64/bits/limits.h
libc-top-half/musl/arch/x86_64/bits/socket.h [deleted file]
libc-top-half/musl/arch/x86_64/bits/syscall.h.in
libc-top-half/musl/compat/time32/__xstat.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/adjtime32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/adjtimex_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/aio_suspend_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/clock_adjtime32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/clock_getres_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/clock_gettime32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/clock_nanosleep_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/clock_settime32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/cnd_timedwait_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/ctime32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/ctime32_r.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/difftime32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/fstat_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/fstatat_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/ftime32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/futimens_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/futimes_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/futimesat_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/getitimer_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/getrusage_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/gettimeofday_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/gmtime32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/gmtime32_r.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/localtime32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/localtime32_r.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/lstat_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/lutimes_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/mktime32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/mq_timedreceive_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/mq_timedsend_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/mtx_timedlock_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/nanosleep_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/ppoll_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/pselect_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/pthread_cond_timedwait_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/pthread_mutex_timedlock_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/pthread_rwlock_timedrdlock_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/pthread_rwlock_timedwrlock_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/pthread_timedjoin_np_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/recvmmsg_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/sched_rr_get_interval_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/select_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/sem_timedwait_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/semtimedop_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/setitimer_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/settimeofday_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/sigtimedwait_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/stat_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/stime32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/thrd_sleep_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/time32.h [new file with mode: 0644]
libc-top-half/musl/compat/time32/time32gm.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/timer_gettime32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/timer_settime32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/timerfd_gettime32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/timerfd_settime32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/timespec_get_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/utime_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/utimensat_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/utimes_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/wait3_time32.c [new file with mode: 0644]
libc-top-half/musl/compat/time32/wait4_time32.c [new file with mode: 0644]
libc-top-half/musl/configure
libc-top-half/musl/include/aio.h
libc-top-half/musl/include/alloca.h
libc-top-half/musl/include/alltypes.h.in
libc-top-half/musl/include/arpa/nameser.h
libc-top-half/musl/include/dirent.h
libc-top-half/musl/include/dlfcn.h
libc-top-half/musl/include/endian.h
libc-top-half/musl/include/features.h
libc-top-half/musl/include/limits.h
libc-top-half/musl/include/mqueue.h
libc-top-half/musl/include/netinet/icmp6.h
libc-top-half/musl/include/netinet/if_ether.h
libc-top-half/musl/include/netinet/ip.h
libc-top-half/musl/include/netinet/ip6.h
libc-top-half/musl/include/netinet/tcp.h
libc-top-half/musl/include/poll.h
libc-top-half/musl/include/pthread.h
libc-top-half/musl/include/sched.h
libc-top-half/musl/include/semaphore.h
libc-top-half/musl/include/signal.h
libc-top-half/musl/include/sys/acct.h
libc-top-half/musl/include/sys/ioctl.h
libc-top-half/musl/include/sys/mman.h
libc-top-half/musl/include/sys/prctl.h
libc-top-half/musl/include/sys/procfs.h
libc-top-half/musl/include/sys/ptrace.h
libc-top-half/musl/include/sys/resource.h
libc-top-half/musl/include/sys/select.h
libc-top-half/musl/include/sys/sem.h
libc-top-half/musl/include/sys/socket.h
libc-top-half/musl/include/sys/stat.h
libc-top-half/musl/include/sys/statvfs.h
libc-top-half/musl/include/sys/time.h
libc-top-half/musl/include/sys/timeb.h
libc-top-half/musl/include/sys/timerfd.h
libc-top-half/musl/include/sys/timex.h
libc-top-half/musl/include/sys/ttydefaults.h
libc-top-half/musl/include/sys/wait.h
libc-top-half/musl/include/threads.h
libc-top-half/musl/include/time.h
libc-top-half/musl/include/utime.h
libc-top-half/musl/include/utmpx.h
libc-top-half/musl/ldso/dynlink.c
libc-top-half/musl/src/aio/aio_suspend.c
libc-top-half/musl/src/complex/cacosh.c
libc-top-half/musl/src/complex/cacoshf.c
libc-top-half/musl/src/complex/cacoshl.c
libc-top-half/musl/src/complex/catanf.c
libc-top-half/musl/src/complex/catanl.c
libc-top-half/musl/src/ctype/alpha.h
libc-top-half/musl/src/ctype/casemap.h [new file with mode: 0644]
libc-top-half/musl/src/ctype/nonspacing.h
libc-top-half/musl/src/ctype/punct.h
libc-top-half/musl/src/ctype/towctrans.c
libc-top-half/musl/src/ctype/wcwidth.c
libc-top-half/musl/src/ctype/wide.h
libc-top-half/musl/src/fenv/riscv64/fenv.S
libc-top-half/musl/src/internal/dynlink.h
libc-top-half/musl/src/internal/floatscan.c
libc-top-half/musl/src/internal/syscall.h
libc-top-half/musl/src/ldso/__dlsym.c
libc-top-half/musl/src/ldso/arm/dlsym_time64.S [new file with mode: 0644]
libc-top-half/musl/src/ldso/i386/dlsym_time64.S [new file with mode: 0644]
libc-top-half/musl/src/ldso/m68k/dlsym_time64.S [new file with mode: 0644]
libc-top-half/musl/src/ldso/microblaze/dlsym_time64.S [new file with mode: 0644]
libc-top-half/musl/src/ldso/mips/dlsym_time64.S [new file with mode: 0644]
libc-top-half/musl/src/ldso/mipsn32/dlsym_time64.S [new file with mode: 0644]
libc-top-half/musl/src/ldso/or1k/dlsym_time64.S [new file with mode: 0644]
libc-top-half/musl/src/ldso/powerpc/dlsym_time64.S [new file with mode: 0644]
libc-top-half/musl/src/ldso/sh/dlsym_time64.S [new file with mode: 0644]
libc-top-half/musl/src/linux/clock_adjtime.c
libc-top-half/musl/src/linux/wait4.c
libc-top-half/musl/src/math/i386/acos.s
libc-top-half/musl/src/math/i386/acosf.s
libc-top-half/musl/src/math/i386/acosl.s
libc-top-half/musl/src/math/i386/asin.s
libc-top-half/musl/src/math/i386/asinf.s
libc-top-half/musl/src/math/i386/asinl.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 [deleted file]
libc-top-half/musl/src/math/i386/exp2.s [deleted file]
libc-top-half/musl/src/math/i386/exp2f.s [deleted file]
libc-top-half/musl/src/math/i386/exp2l.s
libc-top-half/musl/src/math/i386/exp_ld.s [new file with mode: 0644]
libc-top-half/musl/src/math/i386/expf.s [deleted file]
libc-top-half/musl/src/math/i386/expm1.s [deleted file]
libc-top-half/musl/src/math/i386/expm1f.s [deleted file]
libc-top-half/musl/src/math/i386/expm1l.s
libc-top-half/musl/src/math/i386/log.s
libc-top-half/musl/src/math/i386/log10.s
libc-top-half/musl/src/math/i386/log10f.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/i386/log2.s
libc-top-half/musl/src/math/i386/log2f.s
libc-top-half/musl/src/math/i386/logf.s
libc-top-half/musl/src/math/mips/fabs.c [new file with mode: 0644]
libc-top-half/musl/src/math/mips/fabsf.c [new file with mode: 0644]
libc-top-half/musl/src/math/mips/sqrt.c [new file with mode: 0644]
libc-top-half/musl/src/math/mips/sqrtf.c [new file with mode: 0644]
libc-top-half/musl/src/math/powerpc/fabs.c
libc-top-half/musl/src/math/powerpc/fma.c
libc-top-half/musl/src/math/x32/lrintl.s
libc-top-half/musl/src/misc/getrusage.c
libc-top-half/musl/src/misc/ioctl.c
libc-top-half/musl/src/misc/pty.c
libc-top-half/musl/src/network/getsockopt.c
libc-top-half/musl/src/network/recvmmsg.c
libc-top-half/musl/src/network/recvmsg.c
libc-top-half/musl/src/network/setsockopt.c
libc-top-half/musl/src/signal/arm/sigsetjmp.s
libc-top-half/musl/src/stat/__xstat.c
libc-top-half/musl/src/stat/fchmodat.c
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/stdio/tempnam.c
libc-top-half/musl/src/stdio/tmpnam.c
libc-top-half/musl/src/stdio/ungetc.c
libc-top-half/musl/src/string/arm/memcpy.c
libc-top-half/musl/src/string/arm/memcpy_le.S
libc-top-half/musl/src/time/__map_file.c
libc-top-half/musl/tools/add-cfi.i386.awk
libc-top-half/musl/tools/add-cfi.x86_64.awk