summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitattributes4
-rw-r--r--.github/workflows/main.yml141
-rw-r--r--.gitignore2
-rw-r--r--.gitmodules3
-rw-r--r--CODE_OF_CONDUCT.md46
-rw-r--r--LICENSE16
-rw-r--r--LICENSE-APACHE201
-rw-r--r--LICENSE-APACHE-LLVM220
-rw-r--r--LICENSE-MIT23
-rw-r--r--Makefile691
-rw-r--r--README.md51
-rw-r--r--dlmalloc/include/unistd.h10
-rw-r--r--dlmalloc/src/dlmalloc.c98
-rw-r--r--dlmalloc/src/malloc.c6352
-rw-r--r--emmalloc/emmalloc.c1535
-rw-r--r--expected/wasm32-wasi/posix/defined-symbols.txt1330
-rw-r--r--expected/wasm32-wasi/posix/include-all.c171
-rw-r--r--expected/wasm32-wasi/posix/predefined-macros.txt3398
-rw-r--r--expected/wasm32-wasi/posix/undefined-symbols.txt73
-rw-r--r--expected/wasm32-wasi/single/defined-symbols.txt1205
-rw-r--r--expected/wasm32-wasi/single/include-all.c170
-rw-r--r--expected/wasm32-wasi/single/predefined-macros.txt3355
-rw-r--r--expected/wasm32-wasi/single/undefined-symbols.txt68
-rw-r--r--libc-bottom-half/README.md19
-rw-r--r--libc-bottom-half/clocks/clock.c35
-rw-r--r--libc-bottom-half/clocks/getrusage.c28
-rw-r--r--libc-bottom-half/clocks/times.c26
-rw-r--r--libc-bottom-half/cloudlibc/LICENSE22
-rw-r--r--libc-bottom-half/cloudlibc/src/common/clock.h19
-rw-r--r--libc-bottom-half/cloudlibc/src/common/limits.h35
-rw-r--r--libc-bottom-half/cloudlibc/src/common/time.h63
-rw-r--r--libc-bottom-half/cloudlibc/src/include/_/cdefs.h36
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/dirent/closedir.c10
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/dirent/dirent_impl.h31
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/dirent/dirfd.c11
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/dirent/fdclosedir.c16
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/dirent/fdopendir.c44
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/dirent/opendirat.c23
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/dirent/readdir.c132
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/dirent/rewinddir.c15
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/dirent/scandirat.c168
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/dirent/seekdir.c15
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/dirent/telldir.c11
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/errno/errno.c87
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/fcntl/fcntl.c62
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/fcntl/openat.c80
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/fcntl/posix_fadvise.c24
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/fcntl/posix_fallocate.c13
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/poll/poll.c129
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/sched/sched_yield.c16
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/stdio/renameat.c17
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/stdlib/_Exit.c14
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/sys/ioctl/ioctl.c88
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/sys/select/pselect.c125
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/sys/select/select.c25
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/sys/socket/getsockopt.c48
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/sys/socket/recv.c40
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/sys/socket/send.c32
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/sys/socket/shutdown.c27
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/sys/socket/socket_impl.h57
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/sys/stat/fstat.c21
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/sys/stat/fstatat.c31
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/sys/stat/futimens.c29
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/sys/stat/mkdirat.c18
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/sys/stat/stat_impl.h116
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/sys/stat/utimensat.c38
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/sys/time/gettimeofday.c18
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/sys/uio/preadv.c24
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/sys/uio/pwritev.c24
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/sys/uio/readv.c40
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/sys/uio/writev.c40
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/time/CLOCK_MONOTONIC.c12
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/time/CLOCK_REALTIME.c12
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/time/clock_getres.c21
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/time/clock_gettime.c22
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/time/clock_nanosleep.c37
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/time/nanosleep.c15
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/time/time.c16
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/unistd/close.c16
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/unistd/faccessat.c53
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/unistd/fdatasync.c16
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/unistd/fsync.c16
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/unistd/ftruncate.c22
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/unistd/linkat.c24
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/unistd/lseek.c25
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/unistd/pread.c31
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/unistd/pwrite.c31
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/unistd/read.c18
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/unistd/readlinkat.c21
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/unistd/sleep.c13
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/unistd/symlinkat.c17
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/unistd/unlinkat.c17
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/unistd/usleep.c18
-rw-r--r--libc-bottom-half/cloudlibc/src/libc/unistd/write.c19
-rw-r--r--libc-bottom-half/crt/crt1-command.c53
-rw-r--r--libc-bottom-half/crt/crt1-reactor.c7
-rw-r--r--libc-bottom-half/crt/crt1.c3
-rw-r--r--libc-bottom-half/getpid/getpid.c6
-rw-r--r--libc-bottom-half/headers/private/_/limits.h1
-rw-r--r--libc-bottom-half/headers/private/_/struct/timespec.h1
-rw-r--r--libc-bottom-half/headers/private/_/struct/timeval.h1
-rw-r--r--libc-bottom-half/headers/private/_/types.h9
-rw-r--r--libc-bottom-half/headers/private/assert.h7
-rw-r--r--libc-bottom-half/headers/private/common/crt.h0
-rw-r--r--libc-bottom-half/headers/private/errno.h2
-rw-r--r--libc-bottom-half/headers/private/fcntl.h2
-rw-r--r--libc-bottom-half/headers/private/sched.h0
-rw-r--r--libc-bottom-half/headers/private/stdarg.h2
-rw-r--r--libc-bottom-half/headers/private/stdint.h12
-rw-r--r--libc-bottom-half/headers/private/stdio.h3
-rw-r--r--libc-bottom-half/headers/private/stdlib.h8
-rw-r--r--libc-bottom-half/headers/private/string.h2
-rw-r--r--libc-bottom-half/headers/private/sys/mman.h2
-rw-r--r--libc-bottom-half/headers/private/threads.h3
-rw-r--r--libc-bottom-half/headers/public/__errno.h20
-rw-r--r--libc-bottom-half/headers/public/__errno_values.h86
-rw-r--r--libc-bottom-half/headers/public/__fd_set.h76
-rw-r--r--libc-bottom-half/headers/public/__function___isatty.h14
-rw-r--r--libc-bottom-half/headers/public/__functions_malloc.h26
-rw-r--r--libc-bottom-half/headers/public/__functions_memcpy.h20
-rw-r--r--libc-bottom-half/headers/public/__header_dirent.h45
-rw-r--r--libc-bottom-half/headers/public/__header_fcntl.h61
-rw-r--r--libc-bottom-half/headers/public/__header_inttypes.h182
-rw-r--r--libc-bottom-half/headers/public/__header_netinet_in.h30
-rw-r--r--libc-bottom-half/headers/public/__header_poll.h27
-rw-r--r--libc-bottom-half/headers/public/__header_stdlib.h21
-rw-r--r--libc-bottom-half/headers/public/__header_string.h23
-rw-r--r--libc-bottom-half/headers/public/__header_sys_ioctl.h17
-rw-r--r--libc-bottom-half/headers/public/__header_sys_resource.h19
-rw-r--r--libc-bottom-half/headers/public/__header_sys_socket.h41
-rw-r--r--libc-bottom-half/headers/public/__header_sys_stat.h15
-rw-r--r--libc-bottom-half/headers/public/__header_time.h33
-rw-r--r--libc-bottom-half/headers/public/__header_unistd.h28
-rw-r--r--libc-bottom-half/headers/public/__macro_FD_SETSIZE.h6
-rw-r--r--libc-bottom-half/headers/public/__macro_PAGESIZE.h16
-rw-r--r--libc-bottom-half/headers/public/__mode_t.h38
-rw-r--r--libc-bottom-half/headers/public/__seek.h10
-rw-r--r--libc-bottom-half/headers/public/__struct_dirent.h14
-rw-r--r--libc-bottom-half/headers/public/__struct_in6_addr.h8
-rw-r--r--libc-bottom-half/headers/public/__struct_in_addr.h10
-rw-r--r--libc-bottom-half/headers/public/__struct_iovec.h12
-rw-r--r--libc-bottom-half/headers/public/__struct_msghdr.h16
-rw-r--r--libc-bottom-half/headers/public/__struct_pollfd.h10
-rw-r--r--libc-bottom-half/headers/public/__struct_rusage.h12
-rw-r--r--libc-bottom-half/headers/public/__struct_sockaddr.h14
-rw-r--r--libc-bottom-half/headers/public/__struct_sockaddr_in.h17
-rw-r--r--libc-bottom-half/headers/public/__struct_sockaddr_in6.h19
-rw-r--r--libc-bottom-half/headers/public/__struct_sockaddr_storage.h14
-rw-r--r--libc-bottom-half/headers/public/__struct_sockaddr_un.h13
-rw-r--r--libc-bottom-half/headers/public/__struct_stat.h35
-rw-r--r--libc-bottom-half/headers/public/__struct_timespec.h12
-rw-r--r--libc-bottom-half/headers/public/__struct_timeval.h13
-rw-r--r--libc-bottom-half/headers/public/__struct_tm.h19
-rw-r--r--libc-bottom-half/headers/public/__struct_tms.h13
-rw-r--r--libc-bottom-half/headers/public/__typedef_DIR.h6
-rw-r--r--libc-bottom-half/headers/public/__typedef_blkcnt_t.h7
-rw-r--r--libc-bottom-half/headers/public/__typedef_blksize_t.h6
-rw-r--r--libc-bottom-half/headers/public/__typedef_clock_t.h7
-rw-r--r--libc-bottom-half/headers/public/__typedef_clockid_t.h6
-rw-r--r--libc-bottom-half/headers/public/__typedef_dev_t.h7
-rw-r--r--libc-bottom-half/headers/public/__typedef_fd_set.h14
-rw-r--r--libc-bottom-half/headers/public/__typedef_gid_t.h6
-rw-r--r--libc-bottom-half/headers/public/__typedef_in_addr_t.h6
-rw-r--r--libc-bottom-half/headers/public/__typedef_in_port_t.h6
-rw-r--r--libc-bottom-half/headers/public/__typedef_ino_t.h7
-rw-r--r--libc-bottom-half/headers/public/__typedef_mode_t.h6
-rw-r--r--libc-bottom-half/headers/public/__typedef_nfds_t.h6
-rw-r--r--libc-bottom-half/headers/public/__typedef_nlink_t.h7
-rw-r--r--libc-bottom-half/headers/public/__typedef_off_t.h7
-rw-r--r--libc-bottom-half/headers/public/__typedef_sa_family_t.h6
-rw-r--r--libc-bottom-half/headers/public/__typedef_sigset_t.h7
-rw-r--r--libc-bottom-half/headers/public/__typedef_socklen_t.h6
-rw-r--r--libc-bottom-half/headers/public/__typedef_ssize_t.h7
-rw-r--r--libc-bottom-half/headers/public/__typedef_suseconds_t.h8
-rw-r--r--libc-bottom-half/headers/public/__typedef_time_t.h7
-rw-r--r--libc-bottom-half/headers/public/__typedef_uid_t.h6
-rw-r--r--libc-bottom-half/headers/public/dirent.h10
-rw-r--r--libc-bottom-half/headers/public/errno.h7
-rw-r--r--libc-bottom-half/headers/public/fcntl.h10
-rw-r--r--libc-bottom-half/headers/public/inttypes.h10
-rw-r--r--libc-bottom-half/headers/public/netinet/in.h6
-rw-r--r--libc-bottom-half/headers/public/poll.h10
-rw-r--r--libc-bottom-half/headers/public/stdlib.h10
-rw-r--r--libc-bottom-half/headers/public/string.h10
-rw-r--r--libc-bottom-half/headers/public/sys/ioctl.h10
-rw-r--r--libc-bottom-half/headers/public/sys/resource.h10
-rw-r--r--libc-bottom-half/headers/public/sys/select.h18
-rw-r--r--libc-bottom-half/headers/public/sys/socket.h6
-rw-r--r--libc-bottom-half/headers/public/sys/stat.h10
-rw-r--r--libc-bottom-half/headers/public/sys/time.h6
-rw-r--r--libc-bottom-half/headers/public/sys/times.h6
-rw-r--r--libc-bottom-half/headers/public/sys/types.h16
-rw-r--r--libc-bottom-half/headers/public/sys/uio.h6
-rw-r--r--libc-bottom-half/headers/public/sys/un.h6
-rw-r--r--libc-bottom-half/headers/public/time.h10
-rw-r--r--libc-bottom-half/headers/public/unistd.h10
-rw-r--r--libc-bottom-half/headers/public/wasi/api.h2115
-rw-r--r--libc-bottom-half/headers/public/wasi/libc-environ.h36
-rw-r--r--libc-bottom-half/headers/public/wasi/libc-find-relpath.h79
-rw-r--r--libc-bottom-half/headers/public/wasi/libc-nocwd.h58
-rw-r--r--libc-bottom-half/headers/public/wasi/libc.h65
-rw-r--r--libc-bottom-half/headers/public/wchar.h9
-rw-r--r--libc-bottom-half/mman/mman.c124
-rw-r--r--libc-bottom-half/signal/signal.c142
-rw-r--r--libc-bottom-half/sources/__errno_location.c5
-rw-r--r--libc-bottom-half/sources/__main_void.c54
-rw-r--r--libc-bottom-half/sources/__wasilibc_dt.c34
-rw-r--r--libc-bottom-half/sources/__wasilibc_environ.c14
-rw-r--r--libc-bottom-half/sources/__wasilibc_fd_renumber.c13
-rw-r--r--libc-bottom-half/sources/__wasilibc_initialize_environ.c93
-rw-r--r--libc-bottom-half/sources/__wasilibc_real.c672
-rw-r--r--libc-bottom-half/sources/__wasilibc_rmdirat.c12
-rw-r--r--libc-bottom-half/sources/__wasilibc_tell.c14
-rw-r--r--libc-bottom-half/sources/__wasilibc_unlinkat.c12
-rw-r--r--libc-bottom-half/sources/abort.c6
-rw-r--r--libc-bottom-half/sources/accept.c51
-rw-r--r--libc-bottom-half/sources/at_fdcwd.c141
-rw-r--r--libc-bottom-half/sources/chdir.c171
-rw-r--r--libc-bottom-half/sources/complex-builtins.c29
-rw-r--r--libc-bottom-half/sources/environ.c31
-rw-r--r--libc-bottom-half/sources/errno.c5
-rw-r--r--libc-bottom-half/sources/getcwd.c39
-rw-r--r--libc-bottom-half/sources/getentropy.c20
-rw-r--r--libc-bottom-half/sources/isatty.c22
-rw-r--r--libc-bottom-half/sources/math/fmin-fmax.c34
-rw-r--r--libc-bottom-half/sources/math/math-builtins.c69
-rw-r--r--libc-bottom-half/sources/posix.c449
-rw-r--r--libc-bottom-half/sources/preopens.c268
-rw-r--r--libc-bottom-half/sources/reallocarray.c14
-rw-r--r--libc-bottom-half/sources/sbrk.c32
-rw-r--r--libc-bottom-half/sources/truncate.c21
-rw-r--r--libc-top-half/README.md25
-rw-r--r--libc-top-half/headers/private/printscan.h59
-rw-r--r--libc-top-half/headers/private/wasi/libc-environ-compat.h12
-rw-r--r--libc-top-half/musl/.mailmap1
-rw-r--r--libc-top-half/musl/COPYRIGHT193
-rw-r--r--libc-top-half/musl/INSTALL191
-rw-r--r--libc-top-half/musl/Makefile237
-rw-r--r--libc-top-half/musl/README23
-rw-r--r--libc-top-half/musl/VERSION1
-rw-r--r--libc-top-half/musl/WHATSNEW2329
-rw-r--r--libc-top-half/musl/arch/aarch64/atomic_arch.h82
-rw-r--r--libc-top-half/musl/arch/aarch64/bits/alltypes.h.in24
-rw-r--r--libc-top-half/musl/arch/aarch64/bits/fcntl.h38
-rw-r--r--libc-top-half/musl/arch/aarch64/bits/fenv.h19
-rw-r--r--libc-top-half/musl/arch/aarch64/bits/float.h16
-rw-r--r--libc-top-half/musl/arch/aarch64/bits/hwcap.h52
-rw-r--r--libc-top-half/musl/arch/aarch64/bits/mman.h2
-rw-r--r--libc-top-half/musl/arch/aarch64/bits/posix.h2
-rw-r--r--libc-top-half/musl/arch/aarch64/bits/reg.h2
-rw-r--r--libc-top-half/musl/arch/aarch64/bits/setjmp.h1
-rw-r--r--libc-top-half/musl/arch/aarch64/bits/signal.h153
-rw-r--r--libc-top-half/musl/arch/aarch64/bits/stat.h18
-rw-r--r--libc-top-half/musl/arch/aarch64/bits/stdint.h20
-rw-r--r--libc-top-half/musl/arch/aarch64/bits/syscall.h.in302
-rw-r--r--libc-top-half/musl/arch/aarch64/bits/user.h16
-rw-r--r--libc-top-half/musl/arch/aarch64/crt_arch.h15
-rw-r--r--libc-top-half/musl/arch/aarch64/fp_arch.h25
-rw-r--r--libc-top-half/musl/arch/aarch64/kstat.h21
-rw-r--r--libc-top-half/musl/arch/aarch64/pthread_arch.h11
-rw-r--r--libc-top-half/musl/arch/aarch64/reloc.h24
-rw-r--r--libc-top-half/musl/arch/aarch64/syscall_arch.h78
-rw-r--r--libc-top-half/musl/arch/arm/arch.mak1
-rw-r--r--libc-top-half/musl/arch/arm/atomic_arch.h107
-rw-r--r--libc-top-half/musl/arch/arm/bits/alltypes.h.in21
-rw-r--r--libc-top-half/musl/arch/arm/bits/fcntl.h40
-rw-r--r--libc-top-half/musl/arch/arm/bits/fenv.h23
-rw-r--r--libc-top-half/musl/arch/arm/bits/float.h16
-rw-r--r--libc-top-half/musl/arch/arm/bits/hwcap.h53
-rw-r--r--libc-top-half/musl/arch/arm/bits/ioctl_fix.h2
-rw-r--r--libc-top-half/musl/arch/arm/bits/ipcstat.h1
-rw-r--r--libc-top-half/musl/arch/arm/bits/msg.h18
-rw-r--r--libc-top-half/musl/arch/arm/bits/posix.h2
-rw-r--r--libc-top-half/musl/arch/arm/bits/ptrace.h25
-rw-r--r--libc-top-half/musl/arch/arm/bits/reg.h3
-rw-r--r--libc-top-half/musl/arch/arm/bits/sem.h18
-rw-r--r--libc-top-half/musl/arch/arm/bits/setjmp.h1
-rw-r--r--libc-top-half/musl/arch/arm/bits/shm.h31
-rw-r--r--libc-top-half/musl/arch/arm/bits/signal.h86
-rw-r--r--libc-top-half/musl/arch/arm/bits/stat.h25
-rw-r--r--libc-top-half/musl/arch/arm/bits/stdint.h20
-rw-r--r--libc-top-half/musl/arch/arm/bits/syscall.h.in409
-rw-r--r--libc-top-half/musl/arch/arm/bits/user.h36
-rw-r--r--libc-top-half/musl/arch/arm/crt_arch.h18
-rw-r--r--libc-top-half/musl/arch/arm/kstat.h21
-rw-r--r--libc-top-half/musl/arch/arm/pthread_arch.h32
-rw-r--r--libc-top-half/musl/arch/arm/reloc.h32
-rw-r--r--libc-top-half/musl/arch/arm/syscall_arch.h103
-rw-r--r--libc-top-half/musl/arch/generic/bits/dirent.h11
-rw-r--r--libc-top-half/musl/arch/generic/bits/errno.h134
-rw-r--r--libc-top-half/musl/arch/generic/bits/fcntl.h46
-rw-r--r--libc-top-half/musl/arch/generic/bits/fenv.h10
-rw-r--r--libc-top-half/musl/arch/generic/bits/hwcap.h0
-rw-r--r--libc-top-half/musl/arch/generic/bits/io.h0
-rw-r--r--libc-top-half/musl/arch/generic/bits/ioctl.h115
-rw-r--r--libc-top-half/musl/arch/generic/bits/ioctl_fix.h0
-rw-r--r--libc-top-half/musl/arch/generic/bits/ipc.h11
-rw-r--r--libc-top-half/musl/arch/generic/bits/ipcstat.h1
-rw-r--r--libc-top-half/musl/arch/generic/bits/kd.h1
-rw-r--r--libc-top-half/musl/arch/generic/bits/limits.h0
-rw-r--r--libc-top-half/musl/arch/generic/bits/link.h1
-rw-r--r--libc-top-half/musl/arch/generic/bits/mman.h0
-rw-r--r--libc-top-half/musl/arch/generic/bits/msg.h12
-rw-r--r--libc-top-half/musl/arch/generic/bits/poll.h0
-rw-r--r--libc-top-half/musl/arch/generic/bits/ptrace.h0
-rw-r--r--libc-top-half/musl/arch/generic/bits/resource.h0
-rw-r--r--libc-top-half/musl/arch/generic/bits/sem.h14
-rw-r--r--libc-top-half/musl/arch/generic/bits/shm.h24
-rw-r--r--libc-top-half/musl/arch/generic/bits/socket.h0
-rw-r--r--libc-top-half/musl/arch/generic/bits/soundcard.h1
-rw-r--r--libc-top-half/musl/arch/generic/bits/statfs.h7
-rw-r--r--libc-top-half/musl/arch/generic/bits/termios.h166
-rw-r--r--libc-top-half/musl/arch/generic/bits/vt.h1
-rw-r--r--libc-top-half/musl/arch/generic/fp_arch.h0
-rw-r--r--libc-top-half/musl/arch/i386/arch.mak1
-rw-r--r--libc-top-half/musl/arch/i386/atomic_arch.h108
-rw-r--r--libc-top-half/musl/arch/i386/bits/alltypes.h.in31
-rw-r--r--libc-top-half/musl/arch/i386/bits/fenv.h33
-rw-r--r--libc-top-half/musl/arch/i386/bits/float.h20
-rw-r--r--libc-top-half/musl/arch/i386/bits/io.h77
-rw-r--r--libc-top-half/musl/arch/i386/bits/ipcstat.h1
-rw-r--r--libc-top-half/musl/arch/i386/bits/limits.h1
-rw-r--r--libc-top-half/musl/arch/i386/bits/mman.h1
-rw-r--r--libc-top-half/musl/arch/i386/bits/msg.h18
-rw-r--r--libc-top-half/musl/arch/i386/bits/posix.h2
-rw-r--r--libc-top-half/musl/arch/i386/bits/ptrace.h11
-rw-r--r--libc-top-half/musl/arch/i386/bits/reg.h19
-rw-r--r--libc-top-half/musl/arch/i386/bits/sem.h13
-rw-r--r--libc-top-half/musl/arch/i386/bits/setjmp.h1
-rw-r--r--libc-top-half/musl/arch/i386/bits/shm.h31
-rw-r--r--libc-top-half/musl/arch/i386/bits/signal.h142
-rw-r--r--libc-top-half/musl/arch/i386/bits/stat.h25
-rw-r--r--libc-top-half/musl/arch/i386/bits/stdint.h20
-rw-r--r--libc-top-half/musl/arch/i386/bits/syscall.h.in439
-rw-r--r--libc-top-half/musl/arch/i386/bits/user.h44
-rw-r--r--libc-top-half/musl/arch/i386/crt_arch.h16
-rw-r--r--libc-top-half/musl/arch/i386/kstat.h21
-rw-r--r--libc-top-half/musl/arch/i386/pthread_arch.h8
-rw-r--r--libc-top-half/musl/arch/i386/reloc.h23
-rw-r--r--libc-top-half/musl/arch/i386/syscall_arch.h89
-rw-r--r--libc-top-half/musl/arch/m68k/arch.mak1
-rw-r--r--libc-top-half/musl/arch/m68k/atomic_arch.h8
-rw-r--r--libc-top-half/musl/arch/m68k/bits/alltypes.h.in25
-rw-r--r--libc-top-half/musl/arch/m68k/bits/fcntl.h40
-rw-r--r--libc-top-half/musl/arch/m68k/bits/fenv.h29
-rw-r--r--libc-top-half/musl/arch/m68k/bits/float.h39
-rw-r--r--libc-top-half/musl/arch/m68k/bits/ipcstat.h1
-rw-r--r--libc-top-half/musl/arch/m68k/bits/msg.h18
-rw-r--r--libc-top-half/musl/arch/m68k/bits/posix.h2
-rw-r--r--libc-top-half/musl/arch/m68k/bits/ptrace.h2
-rw-r--r--libc-top-half/musl/arch/m68k/bits/reg.h45
-rw-r--r--libc-top-half/musl/arch/m68k/bits/sem.h13
-rw-r--r--libc-top-half/musl/arch/m68k/bits/setjmp.h1
-rw-r--r--libc-top-half/musl/arch/m68k/bits/shm.h31
-rw-r--r--libc-top-half/musl/arch/m68k/bits/signal.h140
-rw-r--r--libc-top-half/musl/arch/m68k/bits/stat.h25
-rw-r--r--libc-top-half/musl/arch/m68k/bits/stdint.h20
-rw-r--r--libc-top-half/musl/arch/m68k/bits/syscall.h.in418
-rw-r--r--libc-top-half/musl/arch/m68k/bits/user.h38
-rw-r--r--libc-top-half/musl/arch/m68k/crt_arch.h14
-rw-r--r--libc-top-half/musl/arch/m68k/kstat.h21
-rw-r--r--libc-top-half/musl/arch/m68k/pthread_arch.h12
-rw-r--r--libc-top-half/musl/arch/m68k/reloc.h30
-rw-r--r--libc-top-half/musl/arch/m68k/syscall_arch.h90
-rw-r--r--libc-top-half/musl/arch/microblaze/arch.mak1
-rw-r--r--libc-top-half/musl/arch/microblaze/atomic_arch.h53
-rw-r--r--libc-top-half/musl/arch/microblaze/bits/alltypes.h.in21
-rw-r--r--libc-top-half/musl/arch/microblaze/bits/float.h16
-rw-r--r--libc-top-half/musl/arch/microblaze/bits/ipcstat.h1
-rw-r--r--libc-top-half/musl/arch/microblaze/bits/msg.h18
-rw-r--r--libc-top-half/musl/arch/microblaze/bits/posix.h2
-rw-r--r--libc-top-half/musl/arch/microblaze/bits/reg.h3
-rw-r--r--libc-top-half/musl/arch/microblaze/bits/sem.h18
-rw-r--r--libc-top-half/musl/arch/microblaze/bits/setjmp.h1
-rw-r--r--libc-top-half/musl/arch/microblaze/bits/shm.h31
-rw-r--r--libc-top-half/musl/arch/microblaze/bits/signal.h88
-rw-r--r--libc-top-half/musl/arch/microblaze/bits/stat.h25
-rw-r--r--libc-top-half/musl/arch/microblaze/bits/stdint.h20
-rw-r--r--libc-top-half/musl/arch/microblaze/bits/syscall.h.in440
-rw-r--r--libc-top-half/musl/arch/microblaze/bits/user.h25
-rw-r--r--libc-top-half/musl/arch/microblaze/crt_arch.h17
-rw-r--r--libc-top-half/musl/arch/microblaze/kstat.h21
-rw-r--r--libc-top-half/musl/arch/microblaze/pthread_arch.h8
-rw-r--r--libc-top-half/musl/arch/microblaze/reloc.h27
-rw-r--r--libc-top-half/musl/arch/microblaze/syscall_arch.h99
-rw-r--r--libc-top-half/musl/arch/mips/arch.mak1
-rw-r--r--libc-top-half/musl/arch/mips/atomic_arch.h58
-rw-r--r--libc-top-half/musl/arch/mips/bits/alltypes.h.in21
-rw-r--r--libc-top-half/musl/arch/mips/bits/errno.h134
-rw-r--r--libc-top-half/musl/arch/mips/bits/fcntl.h40
-rw-r--r--libc-top-half/musl/arch/mips/bits/fenv.h25
-rw-r--r--libc-top-half/musl/arch/mips/bits/float.h16
-rw-r--r--libc-top-half/musl/arch/mips/bits/hwcap.h14
-rw-r--r--libc-top-half/musl/arch/mips/bits/ioctl.h114
-rw-r--r--libc-top-half/musl/arch/mips/bits/ipcstat.h1
-rw-r--r--libc-top-half/musl/arch/mips/bits/mman.h25
-rw-r--r--libc-top-half/musl/arch/mips/bits/msg.h27
-rw-r--r--libc-top-half/musl/arch/mips/bits/poll.h2
-rw-r--r--libc-top-half/musl/arch/mips/bits/posix.h2
-rw-r--r--libc-top-half/musl/arch/mips/bits/ptrace.h9
-rw-r--r--libc-top-half/musl/arch/mips/bits/reg.h47
-rw-r--r--libc-top-half/musl/arch/mips/bits/resource.h5
-rw-r--r--libc-top-half/musl/arch/mips/bits/sem.h16
-rw-r--r--libc-top-half/musl/arch/mips/bits/setjmp.h1
-rw-r--r--libc-top-half/musl/arch/mips/bits/shm.h29
-rw-r--r--libc-top-half/musl/arch/mips/bits/signal.h124
-rw-r--r--libc-top-half/musl/arch/mips/bits/socket.h35
-rw-r--r--libc-top-half/musl/arch/mips/bits/stat.h26
-rw-r--r--libc-top-half/musl/arch/mips/bits/statfs.h8
-rw-r--r--libc-top-half/musl/arch/mips/bits/stdint.h20
-rw-r--r--libc-top-half/musl/arch/mips/bits/syscall.h.in421
-rw-r--r--libc-top-half/musl/arch/mips/bits/termios.h169
-rw-r--r--libc-top-half/musl/arch/mips/bits/user.h13
-rw-r--r--libc-top-half/musl/arch/mips/crt_arch.h29
-rw-r--r--libc-top-half/musl/arch/mips/ksigaction.h13
-rw-r--r--libc-top-half/musl/arch/mips/kstat.h22
-rw-r--r--libc-top-half/musl/arch/mips/pthread_arch.h18
-rw-r--r--libc-top-half/musl/arch/mips/reloc.h50
-rw-r--r--libc-top-half/musl/arch/mips/syscall_arch.h153
-rw-r--r--libc-top-half/musl/arch/mips64/atomic_arch.h56
-rw-r--r--libc-top-half/musl/arch/mips64/bits/alltypes.h.in22
-rw-r--r--libc-top-half/musl/arch/mips64/bits/errno.h134
-rw-r--r--libc-top-half/musl/arch/mips64/bits/fcntl.h40
-rw-r--r--libc-top-half/musl/arch/mips64/bits/fenv.h25
-rw-r--r--libc-top-half/musl/arch/mips64/bits/float.h16
-rw-r--r--libc-top-half/musl/arch/mips64/bits/hwcap.h3
-rw-r--r--libc-top-half/musl/arch/mips64/bits/ioctl.h114
-rw-r--r--libc-top-half/musl/arch/mips64/bits/ipc.h12
-rw-r--r--libc-top-half/musl/arch/mips64/bits/mman.h25
-rw-r--r--libc-top-half/musl/arch/mips64/bits/poll.h2
-rw-r--r--libc-top-half/musl/arch/mips64/bits/posix.h2
-rw-r--r--libc-top-half/musl/arch/mips64/bits/ptrace.h9
-rw-r--r--libc-top-half/musl/arch/mips64/bits/reg.h47
-rw-r--r--libc-top-half/musl/arch/mips64/bits/resource.h5
-rw-r--r--libc-top-half/musl/arch/mips64/bits/setjmp.h1
-rw-r--r--libc-top-half/musl/arch/mips64/bits/signal.h143
-rw-r--r--libc-top-half/musl/arch/mips64/bits/socket.h35
-rw-r--r--libc-top-half/musl/arch/mips64/bits/stat.h20
-rw-r--r--libc-top-half/musl/arch/mips64/bits/statfs.h8
-rw-r--r--libc-top-half/musl/arch/mips64/bits/stdint.h20
-rw-r--r--libc-top-half/musl/arch/mips64/bits/syscall.h.in351
-rw-r--r--libc-top-half/musl/arch/mips64/bits/termios.h169
-rw-r--r--libc-top-half/musl/arch/mips64/bits/user.h15
-rw-r--r--libc-top-half/musl/arch/mips64/crt_arch.h33
-rw-r--r--libc-top-half/musl/arch/mips64/ksigaction.h10
-rw-r--r--libc-top-half/musl/arch/mips64/kstat.h21
-rw-r--r--libc-top-half/musl/arch/mips64/pthread_arch.h19
-rw-r--r--libc-top-half/musl/arch/mips64/reloc.h60
-rw-r--r--libc-top-half/musl/arch/mips64/syscall_arch.h128
-rw-r--r--libc-top-half/musl/arch/mipsn32/arch.mak1
-rw-r--r--libc-top-half/musl/arch/mipsn32/atomic_arch.h52
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/alltypes.h.in21
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/errno.h134
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/fcntl.h40
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/fenv.h25
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/float.h16
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/hwcap.h3
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/ioctl.h114
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/ipcstat.h1
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/mman.h25
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/msg.h27
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/poll.h2
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/posix.h2
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/ptrace.h9
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/reg.h47
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/resource.h5
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/sem.h16
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/setjmp.h1
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/shm.h29
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/signal.h143
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/socket.h35
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/stat.h23
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/statfs.h8
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/stdint.h20
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/syscall.h.in375
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/termios.h169
-rw-r--r--libc-top-half/musl/arch/mipsn32/bits/user.h15
-rw-r--r--libc-top-half/musl/arch/mipsn32/crt_arch.h32
-rw-r--r--libc-top-half/musl/arch/mipsn32/ksigaction.h10
-rw-r--r--libc-top-half/musl/arch/mipsn32/kstat.h22
-rw-r--r--libc-top-half/musl/arch/mipsn32/pthread_arch.h19
-rw-r--r--libc-top-half/musl/arch/mipsn32/reloc.h50
-rw-r--r--libc-top-half/musl/arch/mipsn32/syscall_arch.h130
-rw-r--r--libc-top-half/musl/arch/or1k/arch.mak1
-rw-r--r--libc-top-half/musl/arch/or1k/atomic_arch.h14
-rw-r--r--libc-top-half/musl/arch/or1k/bits/alltypes.h.in16
-rw-r--r--libc-top-half/musl/arch/or1k/bits/float.h16
-rw-r--r--libc-top-half/musl/arch/or1k/bits/ipcstat.h1
-rw-r--r--libc-top-half/musl/arch/or1k/bits/limits.h1
-rw-r--r--libc-top-half/musl/arch/or1k/bits/msg.h18
-rw-r--r--libc-top-half/musl/arch/or1k/bits/posix.h2
-rw-r--r--libc-top-half/musl/arch/or1k/bits/reg.h3
-rw-r--r--libc-top-half/musl/arch/or1k/bits/sem.h13
-rw-r--r--libc-top-half/musl/arch/or1k/bits/setjmp.h1
-rw-r--r--libc-top-half/musl/arch/or1k/bits/shm.h31
-rw-r--r--libc-top-half/musl/arch/or1k/bits/signal.h85
-rw-r--r--libc-top-half/musl/arch/or1k/bits/stat.h25
-rw-r--r--libc-top-half/musl/arch/or1k/bits/stdint.h20
-rw-r--r--libc-top-half/musl/arch/or1k/bits/syscall.h.in324
-rw-r--r--libc-top-half/musl/arch/or1k/bits/user.h0
-rw-r--r--libc-top-half/musl/arch/or1k/crt_arch.h18
-rw-r--r--libc-top-half/musl/arch/or1k/kstat.h21
-rw-r--r--libc-top-half/musl/arch/or1k/pthread_arch.h16
-rw-r--r--libc-top-half/musl/arch/or1k/reloc.h24
-rw-r--r--libc-top-half/musl/arch/or1k/syscall_arch.h115
-rw-r--r--libc-top-half/musl/arch/powerpc/arch.mak1
-rw-r--r--libc-top-half/musl/arch/powerpc/atomic_arch.h38
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/alltypes.h.in20
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/errno.h134
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/fcntl.h40
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/fenv.h36
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/float.h16
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/hwcap.h43
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/ioctl.h120
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/ipc.h12
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/ipcstat.h1
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/mman.h13
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/msg.h18
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/posix.h2
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/ptrace.h25
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/reg.h3
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/sem.h12
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/setjmp.h1
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/shm.h30
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/signal.h119
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/socket.h25
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/stat.h24
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/stdint.h20
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/syscall.h.in428
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/termios.h171
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/user.h23
-rw-r--r--libc-top-half/musl/arch/powerpc/crt_arch.h20
-rw-r--r--libc-top-half/musl/arch/powerpc/kstat.h20
-rw-r--r--libc-top-half/musl/arch/powerpc/pthread_arch.h16
-rw-r--r--libc-top-half/musl/arch/powerpc/reloc.h31
-rw-r--r--libc-top-half/musl/arch/powerpc/syscall_arch.h94
-rw-r--r--libc-top-half/musl/arch/powerpc64/atomic_arch.h62
-rw-r--r--libc-top-half/musl/arch/powerpc64/bits/alltypes.h.in20
-rw-r--r--libc-top-half/musl/arch/powerpc64/bits/errno.h134
-rw-r--r--libc-top-half/musl/arch/powerpc64/bits/fcntl.h40
-rw-r--r--libc-top-half/musl/arch/powerpc64/bits/fenv.h31
-rw-r--r--libc-top-half/musl/arch/powerpc64/bits/float.h16
-rw-r--r--libc-top-half/musl/arch/powerpc64/bits/hwcap.h43
-rw-r--r--libc-top-half/musl/arch/powerpc64/bits/ioctl.h120
-rw-r--r--libc-top-half/musl/arch/powerpc64/bits/ipc.h12
-rw-r--r--libc-top-half/musl/arch/powerpc64/bits/mman.h13
-rw-r--r--libc-top-half/musl/arch/powerpc64/bits/posix.h2
-rw-r--r--libc-top-half/musl/arch/powerpc64/bits/ptrace.h25
-rw-r--r--libc-top-half/musl/arch/powerpc64/bits/reg.h3
-rw-r--r--libc-top-half/musl/arch/powerpc64/bits/setjmp.h1
-rw-r--r--libc-top-half/musl/arch/powerpc64/bits/shm.h23
-rw-r--r--libc-top-half/musl/arch/powerpc64/bits/signal.h110
-rw-r--r--libc-top-half/musl/arch/powerpc64/bits/socket.h27
-rw-r--r--libc-top-half/musl/arch/powerpc64/bits/stat.h16
-rw-r--r--libc-top-half/musl/arch/powerpc64/bits/stdint.h20
-rw-r--r--libc-top-half/musl/arch/powerpc64/bits/syscall.h.in400
-rw-r--r--libc-top-half/musl/arch/powerpc64/bits/termios.h171
-rw-r--r--libc-top-half/musl/arch/powerpc64/bits/user.h23
-rw-r--r--libc-top-half/musl/arch/powerpc64/crt_arch.h19
-rw-r--r--libc-top-half/musl/arch/powerpc64/kstat.h19
-rw-r--r--libc-top-half/musl/arch/powerpc64/pthread_arch.h16
-rw-r--r--libc-top-half/musl/arch/powerpc64/reloc.h31
-rw-r--r--libc-top-half/musl/arch/powerpc64/syscall_arch.h90
-rw-r--r--libc-top-half/musl/arch/riscv64/atomic_arch.h38
-rw-r--r--libc-top-half/musl/arch/riscv64/bits/alltypes.h.in18
-rw-r--r--libc-top-half/musl/arch/riscv64/bits/fenv.h17
-rw-r--r--libc-top-half/musl/arch/riscv64/bits/float.h16
-rw-r--r--libc-top-half/musl/arch/riscv64/bits/posix.h2
-rw-r--r--libc-top-half/musl/arch/riscv64/bits/reg.h2
-rw-r--r--libc-top-half/musl/arch/riscv64/bits/setjmp.h1
-rw-r--r--libc-top-half/musl/arch/riscv64/bits/signal.h118
-rw-r--r--libc-top-half/musl/arch/riscv64/bits/stat.h18
-rw-r--r--libc-top-half/musl/arch/riscv64/bits/stdint.h20
-rw-r--r--libc-top-half/musl/arch/riscv64/bits/syscall.h.in304
-rw-r--r--libc-top-half/musl/arch/riscv64/bits/user.h6
-rw-r--r--libc-top-half/musl/arch/riscv64/crt_arch.h19
-rw-r--r--libc-top-half/musl/arch/riscv64/kstat.h21
-rw-r--r--libc-top-half/musl/arch/riscv64/pthread_arch.h13
-rw-r--r--libc-top-half/musl/arch/riscv64/reloc.h22
-rw-r--r--libc-top-half/musl/arch/riscv64/syscall_arch.h78
-rw-r--r--libc-top-half/musl/arch/s390x/atomic_arch.h30
-rw-r--r--libc-top-half/musl/arch/s390x/bits/alltypes.h.in19
-rw-r--r--libc-top-half/musl/arch/s390x/bits/fcntl.h43
-rw-r--r--libc-top-half/musl/arch/s390x/bits/fenv.h17
-rw-r--r--libc-top-half/musl/arch/s390x/bits/float.h20
-rw-r--r--libc-top-half/musl/arch/s390x/bits/hwcap.h15
-rw-r--r--libc-top-half/musl/arch/s390x/bits/ioctl_fix.h2
-rw-r--r--libc-top-half/musl/arch/s390x/bits/limits.h1
-rw-r--r--libc-top-half/musl/arch/s390x/bits/link.h1
-rw-r--r--libc-top-half/musl/arch/s390x/bits/posix.h2
-rw-r--r--libc-top-half/musl/arch/s390x/bits/ptrace.h12
-rw-r--r--libc-top-half/musl/arch/s390x/bits/reg.h2
-rw-r--r--libc-top-half/musl/arch/s390x/bits/setjmp.h1
-rw-r--r--libc-top-half/musl/arch/s390x/bits/signal.h121
-rw-r--r--libc-top-half/musl/arch/s390x/bits/stat.h16
-rw-r--r--libc-top-half/musl/arch/s390x/bits/statfs.h7
-rw-r--r--libc-top-half/musl/arch/s390x/bits/stdint.h20
-rw-r--r--libc-top-half/musl/arch/s390x/bits/syscall.h.in365
-rw-r--r--libc-top-half/musl/arch/s390x/bits/user.h62
-rw-r--r--libc-top-half/musl/arch/s390x/crt_arch.h17
-rw-r--r--libc-top-half/musl/arch/s390x/kstat.h19
-rw-r--r--libc-top-half/musl/arch/s390x/pthread_arch.h12
-rw-r--r--libc-top-half/musl/arch/s390x/reloc.h13
-rw-r--r--libc-top-half/musl/arch/s390x/syscall_arch.h74
-rw-r--r--libc-top-half/musl/arch/sh/arch.mak1
-rw-r--r--libc-top-half/musl/arch/sh/atomic_arch.h48
-rw-r--r--libc-top-half/musl/arch/sh/bits/alltypes.h.in25
-rw-r--r--libc-top-half/musl/arch/sh/bits/fenv.h26
-rw-r--r--libc-top-half/musl/arch/sh/bits/float.h16
-rw-r--r--libc-top-half/musl/arch/sh/bits/hwcap.h11
-rw-r--r--libc-top-half/musl/arch/sh/bits/ioctl.h112
-rw-r--r--libc-top-half/musl/arch/sh/bits/ipcstat.h1
-rw-r--r--libc-top-half/musl/arch/sh/bits/limits.h1
-rw-r--r--libc-top-half/musl/arch/sh/bits/msg.h18
-rw-r--r--libc-top-half/musl/arch/sh/bits/posix.h2
-rw-r--r--libc-top-half/musl/arch/sh/bits/ptrace.h5
-rw-r--r--libc-top-half/musl/arch/sh/bits/sem.h18
-rw-r--r--libc-top-half/musl/arch/sh/bits/setjmp.h1
-rw-r--r--libc-top-half/musl/arch/sh/bits/shm.h31
-rw-r--r--libc-top-half/musl/arch/sh/bits/signal.h96
-rw-r--r--libc-top-half/musl/arch/sh/bits/stat.h25
-rw-r--r--libc-top-half/musl/arch/sh/bits/stdint.h20
-rw-r--r--libc-top-half/musl/arch/sh/bits/syscall.h.in412
-rw-r--r--libc-top-half/musl/arch/sh/bits/user.h51
-rw-r--r--libc-top-half/musl/arch/sh/crt_arch.h78
-rw-r--r--libc-top-half/musl/arch/sh/ksigaction.h10
-rw-r--r--libc-top-half/musl/arch/sh/kstat.h21
-rw-r--r--libc-top-half/musl/arch/sh/pthread_arch.h16
-rw-r--r--libc-top-half/musl/arch/sh/reloc.h52
-rw-r--r--libc-top-half/musl/arch/sh/syscall_arch.h93
-rw-r--r--libc-top-half/musl/arch/wasm32/atomic_arch.h7
-rw-r--r--libc-top-half/musl/arch/wasm32/bits/alltypes.h.in58
-rw-r--r--libc-top-half/musl/arch/wasm32/bits/dirent.h1
-rw-r--r--libc-top-half/musl/arch/wasm32/bits/fcntl.h1
-rw-r--r--libc-top-half/musl/arch/wasm32/bits/float.h16
-rw-r--r--libc-top-half/musl/arch/wasm32/bits/ioctl.h1
-rw-r--r--libc-top-half/musl/arch/wasm32/bits/limits.h1
-rw-r--r--libc-top-half/musl/arch/wasm32/bits/posix.h2
-rw-r--r--libc-top-half/musl/arch/wasm32/bits/reg.h2
-rw-r--r--libc-top-half/musl/arch/wasm32/bits/signal.h40
-rw-r--r--libc-top-half/musl/arch/wasm32/bits/stat.h1
-rw-r--r--libc-top-half/musl/arch/wasm32/bits/stdint.h20
-rw-r--r--libc-top-half/musl/arch/wasm32/fp_arch.h25
-rw-r--r--libc-top-half/musl/arch/wasm32/pthread_arch.h5
-rw-r--r--libc-top-half/musl/arch/wasm32/reloc.h1
-rw-r--r--libc-top-half/musl/arch/wasm32/syscall_arch.h0
-rw-r--r--libc-top-half/musl/arch/x32/atomic_arch.h121
-rw-r--r--libc-top-half/musl/arch/x32/bits/alltypes.h.in24
-rw-r--r--libc-top-half/musl/arch/x32/bits/fcntl.h40
-rw-r--r--libc-top-half/musl/arch/x32/bits/fenv.h34
-rw-r--r--libc-top-half/musl/arch/x32/bits/float.h20
-rw-r--r--libc-top-half/musl/arch/x32/bits/io.h77
-rw-r--r--libc-top-half/musl/arch/x32/bits/ioctl_fix.h4
-rw-r--r--libc-top-half/musl/arch/x32/bits/ipc.h11
-rw-r--r--libc-top-half/musl/arch/x32/bits/limits.h1
-rw-r--r--libc-top-half/musl/arch/x32/bits/mman.h1
-rw-r--r--libc-top-half/musl/arch/x32/bits/msg.h15
-rw-r--r--libc-top-half/musl/arch/x32/bits/posix.h2
-rw-r--r--libc-top-half/musl/arch/x32/bits/ptrace.h13
-rw-r--r--libc-top-half/musl/arch/x32/bits/reg.h29
-rw-r--r--libc-top-half/musl/arch/x32/bits/sem.h11
-rw-r--r--libc-top-half/musl/arch/x32/bits/setjmp.h1
-rw-r--r--libc-top-half/musl/arch/x32/bits/shm.h32
-rw-r--r--libc-top-half/musl/arch/x32/bits/signal.h153
-rw-r--r--libc-top-half/musl/arch/x32/bits/socket.h5
-rw-r--r--libc-top-half/musl/arch/x32/bits/stat.h22
-rw-r--r--libc-top-half/musl/arch/x32/bits/statfs.h9
-rw-r--r--libc-top-half/musl/arch/x32/bits/stdint.h20
-rw-r--r--libc-top-half/musl/arch/x32/bits/syscall.h.in349
-rw-r--r--libc-top-half/musl/arch/x32/bits/user.h41
-rw-r--r--libc-top-half/musl/arch/x32/crt_arch.h12
-rw-r--r--libc-top-half/musl/arch/x32/ksigaction.h11
-rw-r--r--libc-top-half/musl/arch/x32/kstat.h22
-rw-r--r--libc-top-half/musl/arch/x32/pthread_arch.h12
-rw-r--r--libc-top-half/musl/arch/x32/reloc.h31
-rw-r--r--libc-top-half/musl/arch/x32/syscall_arch.h93
-rw-r--r--libc-top-half/musl/arch/x86_64/atomic_arch.h123
-rw-r--r--libc-top-half/musl/arch/x86_64/bits/alltypes.h.in20
-rw-r--r--libc-top-half/musl/arch/x86_64/bits/fenv.h34
-rw-r--r--libc-top-half/musl/arch/x86_64/bits/float.h20
-rw-r--r--libc-top-half/musl/arch/x86_64/bits/io.h77
-rw-r--r--libc-top-half/musl/arch/x86_64/bits/limits.h1
-rw-r--r--libc-top-half/musl/arch/x86_64/bits/mman.h1
-rw-r--r--libc-top-half/musl/arch/x86_64/bits/posix.h2
-rw-r--r--libc-top-half/musl/arch/x86_64/bits/ptrace.h13
-rw-r--r--libc-top-half/musl/arch/x86_64/bits/reg.h29
-rw-r--r--libc-top-half/musl/arch/x86_64/bits/sem.h11
-rw-r--r--libc-top-half/musl/arch/x86_64/bits/setjmp.h1
-rw-r--r--libc-top-half/musl/arch/x86_64/bits/signal.h153
-rw-r--r--libc-top-half/musl/arch/x86_64/bits/stat.h22
-rw-r--r--libc-top-half/musl/arch/x86_64/bits/stdint.h20
-rw-r--r--libc-top-half/musl/arch/x86_64/bits/syscall.h.in358
-rw-r--r--libc-top-half/musl/arch/x86_64/bits/user.h41
-rw-r--r--libc-top-half/musl/arch/x86_64/crt_arch.h12
-rw-r--r--libc-top-half/musl/arch/x86_64/ksigaction.h11
-rw-r--r--libc-top-half/musl/arch/x86_64/kstat.h22
-rw-r--r--libc-top-half/musl/arch/x86_64/pthread_arch.h8
-rw-r--r--libc-top-half/musl/arch/x86_64/reloc.h20
-rw-r--r--libc-top-half/musl/arch/x86_64/syscall_arch.h70
-rw-r--r--libc-top-half/musl/compat/time32/__xstat.c24
-rw-r--r--libc-top-half/musl/compat/time32/adjtime32.c21
-rw-r--r--libc-top-half/musl/compat/time32/adjtimex_time32.c10
-rw-r--r--libc-top-half/musl/compat/time32/aio_suspend_time32.c11
-rw-r--r--libc-top-half/musl/compat/time32/clock_adjtime32.c70
-rw-r--r--libc-top-half/musl/compat/time32/clock_getres_time32.c13
-rw-r--r--libc-top-half/musl/compat/time32/clock_gettime32.c18
-rw-r--r--libc-top-half/musl/compat/time32/clock_nanosleep_time32.c15
-rw-r--r--libc-top-half/musl/compat/time32/clock_settime32.c9
-rw-r--r--libc-top-half/musl/compat/time32/cnd_timedwait_time32.c9
-rw-r--r--libc-top-half/musl/compat/time32/ctime32.c7
-rw-r--r--libc-top-half/musl/compat/time32/ctime32_r.c7
-rw-r--r--libc-top-half/musl/compat/time32/difftime32.c7
-rw-r--r--libc-top-half/musl/compat/time32/fstat_time32.c17
-rw-r--r--libc-top-half/musl/compat/time32/fstatat_time32.c17
-rw-r--r--libc-top-half/musl/compat/time32/ftime32.c25
-rw-r--r--libc-top-half/musl/compat/time32/futimens_time32.c10
-rw-r--r--libc-top-half/musl/compat/time32/futimes_time32.c12
-rw-r--r--libc-top-half/musl/compat/time32/futimesat_time32.c12
-rw-r--r--libc-top-half/musl/compat/time32/getitimer_time32.c15
-rw-r--r--libc-top-half/musl/compat/time32/getrusage_time32.c39
-rw-r--r--libc-top-half/musl/compat/time32/gettimeofday_time32.c19
-rw-r--r--libc-top-half/musl/compat/time32/gmtime32.c7
-rw-r--r--libc-top-half/musl/compat/time32/gmtime32_r.c7
-rw-r--r--libc-top-half/musl/compat/time32/localtime32.c7
-rw-r--r--libc-top-half/musl/compat/time32/localtime32_r.c7
-rw-r--r--libc-top-half/musl/compat/time32/lstat_time32.c17
-rw-r--r--libc-top-half/musl/compat/time32/lutimes_time32.c12
-rw-r--r--libc-top-half/musl/compat/time32/mktime32.c16
-rw-r--r--libc-top-half/musl/compat/time32/mq_timedreceive_time32.c9
-rw-r--r--libc-top-half/musl/compat/time32/mq_timedsend_time32.c9
-rw-r--r--libc-top-half/musl/compat/time32/mtx_timedlock_time32.c9
-rw-r--r--libc-top-half/musl/compat/time32/nanosleep_time32.c15
-rw-r--r--libc-top-half/musl/compat/time32/ppoll_time32.c10
-rw-r--r--libc-top-half/musl/compat/time32/pselect_time32.c9
-rw-r--r--libc-top-half/musl/compat/time32/pthread_cond_timedwait_time32.c9
-rw-r--r--libc-top-half/musl/compat/time32/pthread_mutex_timedlock_time32.c9
-rw-r--r--libc-top-half/musl/compat/time32/pthread_rwlock_timedrdlock_time32.c9
-rw-r--r--libc-top-half/musl/compat/time32/pthread_rwlock_timedwrlock_time32.c9
-rw-r--r--libc-top-half/musl/compat/time32/pthread_timedjoin_np_time32.c10
-rw-r--r--libc-top-half/musl/compat/time32/recvmmsg_time32.c10
-rw-r--r--libc-top-half/musl/compat/time32/sched_rr_get_interval_time32.c13
-rw-r--r--libc-top-half/musl/compat/time32/select_time32.c10
-rw-r--r--libc-top-half/musl/compat/time32/sem_timedwait_time32.c9
-rw-r--r--libc-top-half/musl/compat/time32/semtimedop_time32.c10
-rw-r--r--libc-top-half/musl/compat/time32/setitimer_time32.c25
-rw-r--r--libc-top-half/musl/compat/time32/settimeofday_time32.c10
-rw-r--r--libc-top-half/musl/compat/time32/sigtimedwait_time32.c9
-rw-r--r--libc-top-half/musl/compat/time32/stat_time32.c17
-rw-r--r--libc-top-half/musl/compat/time32/stime32.c8
-rw-r--r--libc-top-half/musl/compat/time32/thrd_sleep_time32.c16
-rw-r--r--libc-top-half/musl/compat/time32/time32.c15
-rw-r--r--libc-top-half/musl/compat/time32/time32.h91
-rw-r--r--libc-top-half/musl/compat/time32/time32gm.c15
-rw-r--r--libc-top-half/musl/compat/time32/timer_gettime32.c15
-rw-r--r--libc-top-half/musl/compat/time32/timer_settime32.c25
-rw-r--r--libc-top-half/musl/compat/time32/timerfd_gettime32.c16
-rw-r--r--libc-top-half/musl/compat/time32/timerfd_settime32.c26
-rw-r--r--libc-top-half/musl/compat/time32/timespec_get_time32.c18
-rw-r--r--libc-top-half/musl/compat/time32/utime_time32.c14
-rw-r--r--libc-top-half/musl/compat/time32/utimensat_time32.c11
-rw-r--r--libc-top-half/musl/compat/time32/utimes_time32.c11
-rw-r--r--libc-top-half/musl/compat/time32/wait3_time32.c40
-rw-r--r--libc-top-half/musl/compat/time32/wait4_time32.c40
-rwxr-xr-xlibc-top-half/musl/configure814
-rw-r--r--libc-top-half/musl/crt/Scrt1.c1
-rw-r--r--libc-top-half/musl/crt/aarch64/crti.s13
-rw-r--r--libc-top-half/musl/crt/aarch64/crtn.s7
-rw-r--r--libc-top-half/musl/crt/arm/crti.s13
-rw-r--r--libc-top-half/musl/crt/arm/crtn.s9
-rw-r--r--libc-top-half/musl/crt/crt1.c19
-rw-r--r--libc-top-half/musl/crt/crti.c0
-rw-r--r--libc-top-half/musl/crt/crtn.c0
-rw-r--r--libc-top-half/musl/crt/i386/crti.s9
-rw-r--r--libc-top-half/musl/crt/i386/crtn.s7
-rw-r--r--libc-top-half/musl/crt/microblaze/crti.s13
-rw-r--r--libc-top-half/musl/crt/microblaze/crtn.s9
-rw-r--r--libc-top-half/musl/crt/mips/crti.s19
-rw-r--r--libc-top-half/musl/crt/mips/crtn.s13
-rw-r--r--libc-top-half/musl/crt/mips64/crti.s17
-rw-r--r--libc-top-half/musl/crt/mips64/crtn.s13
-rw-r--r--libc-top-half/musl/crt/mipsn32/crti.s18
-rw-r--r--libc-top-half/musl/crt/mipsn32/crtn.s12
-rw-r--r--libc-top-half/musl/crt/or1k/crti.s11
-rw-r--r--libc-top-half/musl/crt/or1k/crtn.s9
-rw-r--r--libc-top-half/musl/crt/powerpc/crti.s15
-rw-r--r--libc-top-half/musl/crt/powerpc/crtn.s13
-rw-r--r--libc-top-half/musl/crt/powerpc64/crti.s21
-rw-r--r--libc-top-half/musl/crt/powerpc64/crtn.s13
-rw-r--r--libc-top-half/musl/crt/rcrt1.c14
-rw-r--r--libc-top-half/musl/crt/s390x/crti.s17
-rw-r--r--libc-top-half/musl/crt/s390x/crtn.s9
-rw-r--r--libc-top-half/musl/crt/sh/crti.s21
-rw-r--r--libc-top-half/musl/crt/sh/crtn.s13
-rw-r--r--libc-top-half/musl/crt/x32/crti.s9
-rw-r--r--libc-top-half/musl/crt/x32/crtn.s7
-rw-r--r--libc-top-half/musl/crt/x86_64/crti.s9
-rw-r--r--libc-top-half/musl/crt/x86_64/crtn.s7
-rw-r--r--libc-top-half/musl/dist/config.mak36
-rw-r--r--libc-top-half/musl/dynamic.list45
-rw-r--r--libc-top-half/musl/include/aio.h73
-rw-r--r--libc-top-half/musl/include/alloca.h19
-rw-r--r--libc-top-half/musl/include/alltypes.h.in118
-rw-r--r--libc-top-half/musl/include/ar.h25
-rw-r--r--libc-top-half/musl/include/arpa/ftp.h35
-rw-r--r--libc-top-half/musl/include/arpa/inet.h35
-rw-r--r--libc-top-half/musl/include/arpa/nameser.h455
-rw-r--r--libc-top-half/musl/include/arpa/nameser_compat.h2
-rw-r--r--libc-top-half/musl/include/arpa/telnet.h251
-rw-r--r--libc-top-half/musl/include/arpa/tftp.h31
-rw-r--r--libc-top-half/musl/include/assert.h23
-rw-r--r--libc-top-half/musl/include/byteswap.h26
-rw-r--r--libc-top-half/musl/include/complex.h143
-rw-r--r--libc-top-half/musl/include/cpio.h29
-rw-r--r--libc-top-half/musl/include/crypt.h20
-rw-r--r--libc-top-half/musl/include/ctype.h77
-rw-r--r--libc-top-half/musl/include/dirent.h89
-rw-r--r--libc-top-half/musl/include/dlfcn.h46
-rw-r--r--libc-top-half/musl/include/elf.h3296
-rw-r--r--libc-top-half/musl/include/endian.h80
-rw-r--r--libc-top-half/musl/include/err.h25
-rw-r--r--libc-top-half/musl/include/errno.h32
-rw-r--r--libc-top-half/musl/include/fcntl.h246
-rw-r--r--libc-top-half/musl/include/features.h40
-rw-r--r--libc-top-half/musl/include/fenv.h28
-rw-r--r--libc-top-half/musl/include/float.h56
-rw-r--r--libc-top-half/musl/include/fmtmsg.h47
-rw-r--r--libc-top-half/musl/include/fnmatch.h24
-rw-r--r--libc-top-half/musl/include/ftw.h45
-rw-r--r--libc-top-half/musl/include/getopt.h30
-rw-r--r--libc-top-half/musl/include/glob.h54
-rw-r--r--libc-top-half/musl/include/grp.h53
-rw-r--r--libc-top-half/musl/include/iconv.h24
-rw-r--r--libc-top-half/musl/include/ifaddrs.h35
-rw-r--r--libc-top-half/musl/include/inttypes.h233
-rw-r--r--libc-top-half/musl/include/iso646.h20
-rw-r--r--libc-top-half/musl/include/langinfo.h98
-rw-r--r--libc-top-half/musl/include/lastlog.h1
-rw-r--r--libc-top-half/musl/include/libgen.h15
-rw-r--r--libc-top-half/musl/include/libintl.h33
-rw-r--r--libc-top-half/musl/include/limits.h180
-rw-r--r--libc-top-half/musl/include/link.h53
-rw-r--r--libc-top-half/musl/include/locale.h93
-rw-r--r--libc-top-half/musl/include/malloc.h33
-rw-r--r--libc-top-half/musl/include/math.h459
-rw-r--r--libc-top-half/musl/include/memory.h1
-rw-r--r--libc-top-half/musl/include/mntent.h43
-rw-r--r--libc-top-half/musl/include/monetary.h23
-rw-r--r--libc-top-half/musl/include/mqueue.h41
-rw-r--r--libc-top-half/musl/include/net/ethernet.h55
-rw-r--r--libc-top-half/musl/include/net/if.h141
-rw-r--r--libc-top-half/musl/include/net/if_arp.h142
-rw-r--r--libc-top-half/musl/include/net/route.h124
-rw-r--r--libc-top-half/musl/include/netdb.h156
-rw-r--r--libc-top-half/musl/include/netinet/ether.h22
-rw-r--r--libc-top-half/musl/include/netinet/icmp6.h305
-rw-r--r--libc-top-half/musl/include/netinet/if_ether.h149
-rw-r--r--libc-top-half/musl/include/netinet/igmp.h45
-rw-r--r--libc-top-half/musl/include/netinet/in.h433
-rw-r--r--libc-top-half/musl/include/netinet/in_systm.h9
-rw-r--r--libc-top-half/musl/include/netinet/ip.h199
-rw-r--r--libc-top-half/musl/include/netinet/ip6.h141
-rw-r--r--libc-top-half/musl/include/netinet/ip_icmp.h193
-rw-r--r--libc-top-half/musl/include/netinet/tcp.h305
-rw-r--r--libc-top-half/musl/include/netinet/udp.h46
-rw-r--r--libc-top-half/musl/include/netpacket/packet.h62
-rw-r--r--libc-top-half/musl/include/nl_types.h22
-rw-r--r--libc-top-half/musl/include/paths.h31
-rw-r--r--libc-top-half/musl/include/poll.h69
-rw-r--r--libc-top-half/musl/include/pthread.h254
-rw-r--r--libc-top-half/musl/include/pty.h18
-rw-r--r--libc-top-half/musl/include/pwd.h50
-rw-r--r--libc-top-half/musl/include/regex.h62
-rw-r--r--libc-top-half/musl/include/resolv.h142
-rw-r--r--libc-top-half/musl/include/sched.h152
-rw-r--r--libc-top-half/musl/include/scsi/scsi.h150
-rw-r--r--libc-top-half/musl/include/scsi/scsi_ioctl.h11
-rw-r--r--libc-top-half/musl/include/scsi/sg.h129
-rw-r--r--libc-top-half/musl/include/search.h63
-rw-r--r--libc-top-half/musl/include/semaphore.h39
-rw-r--r--libc-top-half/musl/include/setjmp.h53
-rw-r--r--libc-top-half/musl/include/shadow.h44
-rw-r--r--libc-top-half/musl/include/signal.h339
-rw-r--r--libc-top-half/musl/include/spawn.h83
-rw-r--r--libc-top-half/musl/include/stdalign.h20
-rw-r--r--libc-top-half/musl/include/stdarg.h21
-rw-r--r--libc-top-half/musl/include/stdbool.h14
-rw-r--r--libc-top-half/musl/include/stdc-predef.h13
-rw-r--r--libc-top-half/musl/include/stddef.h27
-rw-r--r--libc-top-half/musl/include/stdint.h117
-rw-r--r--libc-top-half/musl/include/stdio.h254
-rw-r--r--libc-top-half/musl/include/stdio_ext.h34
-rw-r--r--libc-top-half/musl/include/stdlib.h219
-rw-r--r--libc-top-half/musl/include/stdnoreturn.h7
-rw-r--r--libc-top-half/musl/include/string.h128
-rw-r--r--libc-top-half/musl/include/strings.h39
-rw-r--r--libc-top-half/musl/include/stropts.h139
-rw-r--r--libc-top-half/musl/include/sys/acct.h72
-rw-r--r--libc-top-half/musl/include/sys/auxv.h17
-rw-r--r--libc-top-half/musl/include/sys/cachectl.h22
-rw-r--r--libc-top-half/musl/include/sys/dir.h2
-rw-r--r--libc-top-half/musl/include/sys/epoll.h69
-rw-r--r--libc-top-half/musl/include/sys/errno.h2
-rw-r--r--libc-top-half/musl/include/sys/eventfd.h26
-rw-r--r--libc-top-half/musl/include/sys/fanotify.h111
-rw-r--r--libc-top-half/musl/include/sys/fcntl.h2
-rw-r--r--libc-top-half/musl/include/sys/file.h21
-rw-r--r--libc-top-half/musl/include/sys/fsuid.h20
-rw-r--r--libc-top-half/musl/include/sys/inotify.h58
-rw-r--r--libc-top-half/musl/include/sys/io.h17
-rw-r--r--libc-top-half/musl/include/sys/ioctl.h124
-rw-r--r--libc-top-half/musl/include/sys/ipc.h42
-rw-r--r--libc-top-half/musl/include/sys/kd.h1
-rw-r--r--libc-top-half/musl/include/sys/klog.h14
-rw-r--r--libc-top-half/musl/include/sys/membarrier.h21
-rw-r--r--libc-top-half/musl/include/sys/mman.h157
-rw-r--r--libc-top-half/musl/include/sys/mount.h75
-rw-r--r--libc-top-half/musl/include/sys/msg.h53
-rw-r--r--libc-top-half/musl/include/sys/mtio.h188
-rw-r--r--libc-top-half/musl/include/sys/param.h37
-rw-r--r--libc-top-half/musl/include/sys/personality.h49
-rw-r--r--libc-top-half/musl/include/sys/poll.h2
-rw-r--r--libc-top-half/musl/include/sys/prctl.h186
-rw-r--r--libc-top-half/musl/include/sys/procfs.h63
-rw-r--r--libc-top-half/musl/include/sys/ptrace.h147
-rw-r--r--libc-top-half/musl/include/sys/quota.h102
-rw-r--r--libc-top-half/musl/include/sys/random.h27
-rw-r--r--libc-top-half/musl/include/sys/reboot.h20
-rw-r--r--libc-top-half/musl/include/sys/reg.h9
-rw-r--r--libc-top-half/musl/include/sys/resource.h126
-rw-r--r--libc-top-half/musl/include/sys/select.h54
-rw-r--r--libc-top-half/musl/include/sys/sem.h72
-rw-r--r--libc-top-half/musl/include/sys/sendfile.h22
-rw-r--r--libc-top-half/musl/include/sys/shm.h70
-rw-r--r--libc-top-half/musl/include/sys/signal.h2
-rw-r--r--libc-top-half/musl/include/sys/signalfd.h49
-rw-r--r--libc-top-half/musl/include/sys/socket.h448
-rw-r--r--libc-top-half/musl/include/sys/soundcard.h1
-rw-r--r--libc-top-half/musl/include/sys/stat.h143
-rw-r--r--libc-top-half/musl/include/sys/statfs.h32
-rw-r--r--libc-top-half/musl/include/sys/statvfs.h56
-rw-r--r--libc-top-half/musl/include/sys/stropts.h1
-rw-r--r--libc-top-half/musl/include/sys/swap.h21
-rw-r--r--libc-top-half/musl/include/sys/syscall.h10
-rw-r--r--libc-top-half/musl/include/sys/sysinfo.h36
-rw-r--r--libc-top-half/musl/include/sys/syslog.h1
-rw-r--r--libc-top-half/musl/include/sys/sysmacros.h15
-rw-r--r--libc-top-half/musl/include/sys/termios.h2
-rw-r--r--libc-top-half/musl/include/sys/time.h84
-rw-r--r--libc-top-half/musl/include/sys/timeb.h28
-rw-r--r--libc-top-half/musl/include/sys/timerfd.h32
-rw-r--r--libc-top-half/musl/include/sys/times.h34
-rw-r--r--libc-top-half/musl/include/sys/timex.h103
-rw-r--r--libc-top-half/musl/include/sys/ttydefaults.h34
-rw-r--r--libc-top-half/musl/include/sys/types.h85
-rw-r--r--libc-top-half/musl/include/sys/ucontext.h1
-rw-r--r--libc-top-half/musl/include/sys/uio.h48
-rw-r--r--libc-top-half/musl/include/sys/un.h39
-rw-r--r--libc-top-half/musl/include/sys/user.h16
-rw-r--r--libc-top-half/musl/include/sys/utsname.h29
-rw-r--r--libc-top-half/musl/include/sys/vfs.h1
-rw-r--r--libc-top-half/musl/include/sys/vt.h1
-rw-r--r--libc-top-half/musl/include/sys/wait.h67
-rw-r--r--libc-top-half/musl/include/sys/xattr.h32
-rw-r--r--libc-top-half/musl/include/syscall.h1
-rw-r--r--libc-top-half/musl/include/sysexits.h21
-rw-r--r--libc-top-half/musl/include/syslog.h100
-rw-r--r--libc-top-half/musl/include/tar.h33
-rw-r--r--libc-top-half/musl/include/termios.h50
-rw-r--r--libc-top-half/musl/include/tgmath.h270
-rw-r--r--libc-top-half/musl/include/threads.h93
-rw-r--r--libc-top-half/musl/include/time.h204
-rw-r--r--libc-top-half/musl/include/uchar.h29
-rw-r--r--libc-top-half/musl/include/ucontext.h25
-rw-r--r--libc-top-half/musl/include/ulimit.h17
-rw-r--r--libc-top-half/musl/include/unistd.h577
-rw-r--r--libc-top-half/musl/include/utime.h29
-rw-r--r--libc-top-half/musl/include/utmp.h52
-rw-r--r--libc-top-half/musl/include/utmpx.h67
-rw-r--r--libc-top-half/musl/include/values.h39
-rw-r--r--libc-top-half/musl/include/wait.h2
-rw-r--r--libc-top-half/musl/include/wchar.h214
-rw-r--r--libc-top-half/musl/include/wctype.h79
-rw-r--r--libc-top-half/musl/include/wordexp.h41
-rw-r--r--libc-top-half/musl/ldso/dlstart.c148
-rw-r--r--libc-top-half/musl/ldso/dynlink.c2361
-rw-r--r--libc-top-half/musl/src/aio/aio.c418
-rw-r--r--libc-top-half/musl/src/aio/aio_suspend.c79
-rw-r--r--libc-top-half/musl/src/aio/lio_listio.c143
-rw-r--r--libc-top-half/musl/src/complex/__cexp.c87
-rw-r--r--libc-top-half/musl/src/complex/__cexpf.c68
-rw-r--r--libc-top-half/musl/src/complex/cabs.c6
-rw-r--r--libc-top-half/musl/src/complex/cabsf.c6
-rw-r--r--libc-top-half/musl/src/complex/cabsl.c13
-rw-r--r--libc-top-half/musl/src/complex/cacos.c11
-rw-r--r--libc-top-half/musl/src/complex/cacosf.c11
-rw-r--r--libc-top-half/musl/src/complex/cacosh.c12
-rw-r--r--libc-top-half/musl/src/complex/cacoshf.c10
-rw-r--r--libc-top-half/musl/src/complex/cacoshl.c17
-rw-r--r--libc-top-half/musl/src/complex/cacosl.c16
-rw-r--r--libc-top-half/musl/src/complex/carg.c6
-rw-r--r--libc-top-half/musl/src/complex/cargf.c6
-rw-r--r--libc-top-half/musl/src/complex/cargl.c13
-rw-r--r--libc-top-half/musl/src/complex/casin.c17
-rw-r--r--libc-top-half/musl/src/complex/casinf.c15
-rw-r--r--libc-top-half/musl/src/complex/casinh.c9
-rw-r--r--libc-top-half/musl/src/complex/casinhf.c7
-rw-r--r--libc-top-half/musl/src/complex/casinhl.c14
-rw-r--r--libc-top-half/musl/src/complex/casinl.c21
-rw-r--r--libc-top-half/musl/src/complex/catan.c107
-rw-r--r--libc-top-half/musl/src/complex/catanf.c105
-rw-r--r--libc-top-half/musl/src/complex/catanh.c9
-rw-r--r--libc-top-half/musl/src/complex/catanhf.c7
-rw-r--r--libc-top-half/musl/src/complex/catanhl.c14
-rw-r--r--libc-top-half/musl/src/complex/catanl.c114
-rw-r--r--libc-top-half/musl/src/complex/ccos.c8
-rw-r--r--libc-top-half/musl/src/complex/ccosf.c6
-rw-r--r--libc-top-half/musl/src/complex/ccosh.c140
-rw-r--r--libc-top-half/musl/src/complex/ccoshf.c90
-rw-r--r--libc-top-half/musl/src/complex/ccoshl.c7
-rw-r--r--libc-top-half/musl/src/complex/ccosl.c13
-rw-r--r--libc-top-half/musl/src/complex/cexp.c83
-rw-r--r--libc-top-half/musl/src/complex/cexpf.c83
-rw-r--r--libc-top-half/musl/src/complex/cexpl.c7
-rw-r--r--libc-top-half/musl/src/complex/cimag.c6
-rw-r--r--libc-top-half/musl/src/complex/cimagf.c6
-rw-r--r--libc-top-half/musl/src/complex/cimagl.c6
-rw-r--r--libc-top-half/musl/src/complex/clog.c14
-rw-r--r--libc-top-half/musl/src/complex/clogf.c12
-rw-r--r--libc-top-half/musl/src/complex/clogl.c18
-rw-r--r--libc-top-half/musl/src/complex/conj.c6
-rw-r--r--libc-top-half/musl/src/complex/conjf.c6
-rw-r--r--libc-top-half/musl/src/complex/conjl.c6
-rw-r--r--libc-top-half/musl/src/complex/cpow.c8
-rw-r--r--libc-top-half/musl/src/complex/cpowf.c6
-rw-r--r--libc-top-half/musl/src/complex/cpowl.c13
-rw-r--r--libc-top-half/musl/src/complex/cproj.c8
-rw-r--r--libc-top-half/musl/src/complex/cprojf.c8
-rw-r--r--libc-top-half/musl/src/complex/cprojl.c15
-rw-r--r--libc-top-half/musl/src/complex/creal.c6
-rw-r--r--libc-top-half/musl/src/complex/crealf.c6
-rw-r--r--libc-top-half/musl/src/complex/creall.c6
-rw-r--r--libc-top-half/musl/src/complex/csin.c9
-rw-r--r--libc-top-half/musl/src/complex/csinf.c7
-rw-r--r--libc-top-half/musl/src/complex/csinh.c141
-rw-r--r--libc-top-half/musl/src/complex/csinhf.c90
-rw-r--r--libc-top-half/musl/src/complex/csinhl.c7
-rw-r--r--libc-top-half/musl/src/complex/csinl.c14
-rw-r--r--libc-top-half/musl/src/complex/csqrt.c100
-rw-r--r--libc-top-half/musl/src/complex/csqrtf.c82
-rw-r--r--libc-top-half/musl/src/complex/csqrtl.c7
-rw-r--r--libc-top-half/musl/src/complex/ctan.c9
-rw-r--r--libc-top-half/musl/src/complex/ctanf.c7
-rw-r--r--libc-top-half/musl/src/complex/ctanh.c129
-rw-r--r--libc-top-half/musl/src/complex/ctanhf.c66
-rw-r--r--libc-top-half/musl/src/complex/ctanhl.c7
-rw-r--r--libc-top-half/musl/src/complex/ctanl.c14
-rw-r--r--libc-top-half/musl/src/conf/confstr.c17
-rw-r--r--libc-top-half/musl/src/conf/fpathconf.c39
-rw-r--r--libc-top-half/musl/src/conf/legacy.c22
-rw-r--r--libc-top-half/musl/src/conf/pathconf.c6
-rw-r--r--libc-top-half/musl/src/conf/sysconf.c282
-rw-r--r--libc-top-half/musl/src/crypt/crypt.c14
-rw-r--r--libc-top-half/musl/src/crypt/crypt_blowfish.c806
-rw-r--r--libc-top-half/musl/src/crypt/crypt_des.c1016
-rw-r--r--libc-top-half/musl/src/crypt/crypt_des.h14
-rw-r--r--libc-top-half/musl/src/crypt/crypt_md5.c285
-rw-r--r--libc-top-half/musl/src/crypt/crypt_r.c23
-rw-r--r--libc-top-half/musl/src/crypt/crypt_sha256.c322
-rw-r--r--libc-top-half/musl/src/crypt/crypt_sha512.c371
-rw-r--r--libc-top-half/musl/src/crypt/encrypt.c52
-rw-r--r--libc-top-half/musl/src/ctype/__ctype_b_loc.c41
-rw-r--r--libc-top-half/musl/src/ctype/__ctype_get_mb_cur_max.c7
-rw-r--r--libc-top-half/musl/src/ctype/__ctype_tolower_loc.c30
-rw-r--r--libc-top-half/musl/src/ctype/__ctype_toupper_loc.c30
-rw-r--r--libc-top-half/musl/src/ctype/alpha.h172
-rw-r--r--libc-top-half/musl/src/ctype/casemap.h297
-rw-r--r--libc-top-half/musl/src/ctype/isalnum.c13
-rw-r--r--libc-top-half/musl/src/ctype/isalpha.c14
-rw-r--r--libc-top-half/musl/src/ctype/isascii.c7
-rw-r--r--libc-top-half/musl/src/ctype/isblank.c13
-rw-r--r--libc-top-half/musl/src/ctype/iscntrl.c13
-rw-r--r--libc-top-half/musl/src/ctype/isdigit.c14
-rw-r--r--libc-top-half/musl/src/ctype/isgraph.c14
-rw-r--r--libc-top-half/musl/src/ctype/islower.c14
-rw-r--r--libc-top-half/musl/src/ctype/isprint.c14
-rw-r--r--libc-top-half/musl/src/ctype/ispunct.c13
-rw-r--r--libc-top-half/musl/src/ctype/isspace.c14
-rw-r--r--libc-top-half/musl/src/ctype/isupper.c14
-rw-r--r--libc-top-half/musl/src/ctype/iswalnum.c13
-rw-r--r--libc-top-half/musl/src/ctype/iswalpha.c21
-rw-r--r--libc-top-half/musl/src/ctype/iswblank.c14
-rw-r--r--libc-top-half/musl/src/ctype/iswcntrl.c16
-rw-r--r--libc-top-half/musl/src/ctype/iswctype.c75
-rw-r--r--libc-top-half/musl/src/ctype/iswdigit.c15
-rw-r--r--libc-top-half/musl/src/ctype/iswgraph.c14
-rw-r--r--libc-top-half/musl/src/ctype/iswlower.c13
-rw-r--r--libc-top-half/musl/src/ctype/iswprint.c26
-rw-r--r--libc-top-half/musl/src/ctype/iswpunct.c19
-rw-r--r--libc-top-half/musl/src/ctype/iswspace.c24
-rw-r--r--libc-top-half/musl/src/ctype/iswupper.c13
-rw-r--r--libc-top-half/musl/src/ctype/iswxdigit.c13
-rw-r--r--libc-top-half/musl/src/ctype/isxdigit.c13
-rw-r--r--libc-top-half/musl/src/ctype/nonspacing.h91
-rw-r--r--libc-top-half/musl/src/ctype/punct.h141
-rw-r--r--libc-top-half/musl/src/ctype/toascii.c7
-rw-r--r--libc-top-half/musl/src/ctype/tolower.c14
-rw-r--r--libc-top-half/musl/src/ctype/toupper.c14
-rw-r--r--libc-top-half/musl/src/ctype/towctrans.c84
-rw-r--r--libc-top-half/musl/src/ctype/wcswidth.c8
-rw-r--r--libc-top-half/musl/src/ctype/wctrans.c29
-rw-r--r--libc-top-half/musl/src/ctype/wcwidth.c29
-rw-r--r--libc-top-half/musl/src/ctype/wide.h65
-rw-r--r--libc-top-half/musl/src/dirent/__dirent.h11
-rw-r--r--libc-top-half/musl/src/dirent/alphasort.c9
-rw-r--r--libc-top-half/musl/src/dirent/closedir.c11
-rw-r--r--libc-top-half/musl/src/dirent/dirfd.c7
-rw-r--r--libc-top-half/musl/src/dirent/fdopendir.c31
-rw-r--r--libc-top-half/musl/src/dirent/opendir.c21
-rw-r--r--libc-top-half/musl/src/dirent/readdir.c29
-rw-r--r--libc-top-half/musl/src/dirent/readdir_r.c29
-rw-r--r--libc-top-half/musl/src/dirent/rewinddir.c13
-rw-r--r--libc-top-half/musl/src/dirent/scandir.c47
-rw-r--r--libc-top-half/musl/src/dirent/seekdir.c12
-rw-r--r--libc-top-half/musl/src/dirent/telldir.c7
-rw-r--r--libc-top-half/musl/src/dirent/versionsort.c11
-rw-r--r--libc-top-half/musl/src/env/__environ.c6
-rw-r--r--libc-top-half/musl/src/env/__init_tls.c186
-rw-r--r--libc-top-half/musl/src/env/__libc_start_main.c97
-rw-r--r--libc-top-half/musl/src/env/__reset_tls.c15
-rw-r--r--libc-top-half/musl/src/env/__stack_chk_fail.c49
-rw-r--r--libc-top-half/musl/src/env/clearenv.c21
-rw-r--r--libc-top-half/musl/src/env/getenv.c20
-rw-r--r--libc-top-half/musl/src/env/putenv.c53
-rw-r--r--libc-top-half/musl/src/env/secure_getenv.c8
-rw-r--r--libc-top-half/musl/src/env/setenv.c42
-rw-r--r--libc-top-half/musl/src/env/unsetenv.c35
-rw-r--r--libc-top-half/musl/src/errno/__errno_location.c9
-rw-r--r--libc-top-half/musl/src/errno/__strerror.h137
-rw-r--r--libc-top-half/musl/src/errno/strerror.c47
-rw-r--r--libc-top-half/musl/src/exit/_Exit.c8
-rw-r--r--libc-top-half/musl/src/exit/abort.c30
-rw-r--r--libc-top-half/musl/src/exit/abort_lock.c3
-rw-r--r--libc-top-half/musl/src/exit/arm/__aeabi_atexit.c6
-rw-r--r--libc-top-half/musl/src/exit/assert.c8
-rw-r--r--libc-top-half/musl/src/exit/at_quick_exit.c35
-rw-r--r--libc-top-half/musl/src/exit/atexit.c82
-rw-r--r--libc-top-half/musl/src/exit/exit.c52
-rw-r--r--libc-top-half/musl/src/exit/quick_exit.c11
-rw-r--r--libc-top-half/musl/src/fcntl/creat.c8
-rw-r--r--libc-top-half/musl/src/fcntl/fcntl.c48
-rw-r--r--libc-top-half/musl/src/fcntl/open.c23
-rw-r--r--libc-top-half/musl/src/fcntl/openat.c19
-rw-r--r--libc-top-half/musl/src/fcntl/posix_fadvise.c18
-rw-r--r--libc-top-half/musl/src/fcntl/posix_fallocate.c10
-rw-r--r--libc-top-half/musl/src/fenv/__flt_rounds.c19
-rw-r--r--libc-top-half/musl/src/fenv/aarch64/fenv.s68
-rw-r--r--libc-top-half/musl/src/fenv/arm/fenv-hf.S70
-rw-r--r--libc-top-half/musl/src/fenv/arm/fenv.c3
-rw-r--r--libc-top-half/musl/src/fenv/fegetexceptflag.c7
-rw-r--r--libc-top-half/musl/src/fenv/feholdexcept.c8
-rw-r--r--libc-top-half/musl/src/fenv/fenv.c38
-rw-r--r--libc-top-half/musl/src/fenv/fesetexceptflag.c8
-rw-r--r--libc-top-half/musl/src/fenv/fesetround.c23
-rw-r--r--libc-top-half/musl/src/fenv/feupdateenv.c9
-rw-r--r--libc-top-half/musl/src/fenv/i386/fenv.s164
-rw-r--r--libc-top-half/musl/src/fenv/m68k/fenv.c85
-rw-r--r--libc-top-half/musl/src/fenv/mips/fenv-sf.c3
-rw-r--r--libc-top-half/musl/src/fenv/mips/fenv.S72
-rw-r--r--libc-top-half/musl/src/fenv/mips64/fenv-sf.c3
-rw-r--r--libc-top-half/musl/src/fenv/mips64/fenv.S72
-rw-r--r--libc-top-half/musl/src/fenv/mipsn32/fenv-sf.c3
-rw-r--r--libc-top-half/musl/src/fenv/mipsn32/fenv.S71
-rw-r--r--libc-top-half/musl/src/fenv/powerpc/fenv-sf.c3
-rw-r--r--libc-top-half/musl/src/fenv/powerpc/fenv.S130
-rw-r--r--libc-top-half/musl/src/fenv/powerpc64/fenv.c69
-rw-r--r--libc-top-half/musl/src/fenv/riscv64/fenv-sf.c3
-rw-r--r--libc-top-half/musl/src/fenv/riscv64/fenv.S56
-rw-r--r--libc-top-half/musl/src/fenv/s390x/fenv.c56
-rw-r--r--libc-top-half/musl/src/fenv/sh/fenv-nofpu.c3
-rw-r--r--libc-top-half/musl/src/fenv/sh/fenv.S81
-rw-r--r--libc-top-half/musl/src/fenv/x32/fenv.s98
-rw-r--r--libc-top-half/musl/src/fenv/x86_64/fenv.s98
-rw-r--r--libc-top-half/musl/src/include/arpa/inet.h8
-rw-r--r--libc-top-half/musl/src/include/crypt.h16
-rw-r--r--libc-top-half/musl/src/include/errno.h18
-rw-r--r--libc-top-half/musl/src/include/features.h11
-rw-r--r--libc-top-half/musl/src/include/langinfo.h8
-rw-r--r--libc-top-half/musl/src/include/pthread.h29
-rw-r--r--libc-top-half/musl/src/include/resolv.h12
-rw-r--r--libc-top-half/musl/src/include/signal.h16
-rw-r--r--libc-top-half/musl/src/include/stdio.h22
-rw-r--r--libc-top-half/musl/src/include/stdlib.h19
-rw-r--r--libc-top-half/musl/src/include/string.h11
-rw-r--r--libc-top-half/musl/src/include/sys/auxv.h10
-rw-r--r--libc-top-half/musl/src/include/sys/membarrier.h9
-rw-r--r--libc-top-half/musl/src/include/sys/mman.h20
-rw-r--r--libc-top-half/musl/src/include/sys/sysinfo.h9
-rw-r--r--libc-top-half/musl/src/include/sys/time.h8
-rw-r--r--libc-top-half/musl/src/include/time.h15
-rw-r--r--libc-top-half/musl/src/include/unistd.h20
-rw-r--r--libc-top-half/musl/src/include/wchar.h11
-rw-r--r--libc-top-half/musl/src/internal/aio_impl.h9
-rw-r--r--libc-top-half/musl/src/internal/atomic.h333
-rw-r--r--libc-top-half/musl/src/internal/complex_impl.h22
-rw-r--r--libc-top-half/musl/src/internal/defsysinfo.c3
-rw-r--r--libc-top-half/musl/src/internal/dynlink.h113
-rw-r--r--libc-top-half/musl/src/internal/fdpic_crt.h28
-rw-r--r--libc-top-half/musl/src/internal/floatscan.c556
-rw-r--r--libc-top-half/musl/src/internal/floatscan.h12
-rw-r--r--libc-top-half/musl/src/internal/fork_impl.h21
-rw-r--r--libc-top-half/musl/src/internal/futex.h19
-rw-r--r--libc-top-half/musl/src/internal/i386/defsysinfo.s9
-rw-r--r--libc-top-half/musl/src/internal/intscan.c100
-rw-r--r--libc-top-half/musl/src/internal/intscan.h8
-rw-r--r--libc-top-half/musl/src/internal/ksigaction.h13
-rw-r--r--libc-top-half/musl/src/internal/libc.c9
-rw-r--r--libc-top-half/musl/src/internal/libc.h76
-rw-r--r--libc-top-half/musl/src/internal/libm.h292
-rw-r--r--libc-top-half/musl/src/internal/locale_impl.h65
-rw-r--r--libc-top-half/musl/src/internal/lock.h15
-rw-r--r--libc-top-half/musl/src/internal/procfdname.c15
-rw-r--r--libc-top-half/musl/src/internal/pthread_impl.h226
-rw-r--r--libc-top-half/musl/src/internal/sh/__shcall.c6
-rw-r--r--libc-top-half/musl/src/internal/shgetc.c37
-rw-r--r--libc-top-half/musl/src/internal/shgetc.h32
-rw-r--r--libc-top-half/musl/src/internal/stdio_impl.h137
-rw-r--r--libc-top-half/musl/src/internal/syscall.h400
-rw-r--r--libc-top-half/musl/src/internal/syscall_ret.c11
-rw-r--r--libc-top-half/musl/src/internal/vdso.c93
-rw-r--r--libc-top-half/musl/src/internal/version.c4
-rw-r--r--libc-top-half/musl/src/ipc/ftok.c10
-rw-r--r--libc-top-half/musl/src/ipc/ipc.h24
-rw-r--r--libc-top-half/musl/src/ipc/msgctl.c51
-rw-r--r--libc-top-half/musl/src/ipc/msgget.c12
-rw-r--r--libc-top-half/musl/src/ipc/msgrcv.c12
-rw-r--r--libc-top-half/musl/src/ipc/msgsnd.c12
-rw-r--r--libc-top-half/musl/src/ipc/semctl.c69
-rw-r--r--libc-top-half/musl/src/ipc/semget.c19
-rw-r--r--libc-top-half/musl/src/ipc/semop.c12
-rw-r--r--libc-top-half/musl/src/ipc/semtimedop.c35
-rw-r--r--libc-top-half/musl/src/ipc/shmat.c17
-rw-r--r--libc-top-half/musl/src/ipc/shmctl.c51
-rw-r--r--libc-top-half/musl/src/ipc/shmdt.c12
-rw-r--r--libc-top-half/musl/src/ipc/shmget.c14
-rw-r--r--libc-top-half/musl/src/ldso/__dlsym.c14
-rw-r--r--libc-top-half/musl/src/ldso/aarch64/dlsym.s6
-rw-r--r--libc-top-half/musl/src/ldso/aarch64/tlsdesc.s31
-rw-r--r--libc-top-half/musl/src/ldso/arm/dlsym.s8
-rw-r--r--libc-top-half/musl/src/ldso/arm/dlsym_time64.S3
-rw-r--r--libc-top-half/musl/src/ldso/arm/find_exidx.c42
-rw-r--r--libc-top-half/musl/src/ldso/arm/tlsdesc.S55
-rw-r--r--libc-top-half/musl/src/ldso/dl_iterate_phdr.c47
-rw-r--r--libc-top-half/musl/src/ldso/dladdr.c9
-rw-r--r--libc-top-half/musl/src/ldso/dlclose.c7
-rw-r--r--libc-top-half/musl/src/ldso/dlerror.c87
-rw-r--r--libc-top-half/musl/src/ldso/dlinfo.c14
-rw-r--r--libc-top-half/musl/src/ldso/dlopen.c10
-rw-r--r--libc-top-half/musl/src/ldso/dlsym.c7
-rw-r--r--libc-top-half/musl/src/ldso/i386/dlsym.s11
-rw-r--r--libc-top-half/musl/src/ldso/i386/dlsym_time64.S3
-rw-r--r--libc-top-half/musl/src/ldso/i386/tlsdesc.s23
-rw-r--r--libc-top-half/musl/src/ldso/m68k/dlsym.s12
-rw-r--r--libc-top-half/musl/src/ldso/m68k/dlsym_time64.S3
-rw-r--r--libc-top-half/musl/src/ldso/microblaze/dlsym.s6
-rw-r--r--libc-top-half/musl/src/ldso/microblaze/dlsym_time64.S3
-rw-r--r--libc-top-half/musl/src/ldso/mips/dlsym.s17
-rw-r--r--libc-top-half/musl/src/ldso/mips/dlsym_time64.S3
-rw-r--r--libc-top-half/musl/src/ldso/mips64/dlsym.s17
-rw-r--r--libc-top-half/musl/src/ldso/mipsn32/dlsym.s17
-rw-r--r--libc-top-half/musl/src/ldso/mipsn32/dlsym_time64.S3
-rw-r--r--libc-top-half/musl/src/ldso/or1k/dlsym.s6
-rw-r--r--libc-top-half/musl/src/ldso/or1k/dlsym_time64.S3
-rw-r--r--libc-top-half/musl/src/ldso/powerpc/dlsym.s8
-rw-r--r--libc-top-half/musl/src/ldso/powerpc/dlsym_time64.S3
-rw-r--r--libc-top-half/musl/src/ldso/powerpc64/dlsym.s11
-rw-r--r--libc-top-half/musl/src/ldso/riscv64/dlsym.s6
-rw-r--r--libc-top-half/musl/src/ldso/s390x/dlsym.s6
-rw-r--r--libc-top-half/musl/src/ldso/sh/dlsym.s11
-rw-r--r--libc-top-half/musl/src/ldso/sh/dlsym_time64.S3
-rw-r--r--libc-top-half/musl/src/ldso/tlsdesc.c9
-rw-r--r--libc-top-half/musl/src/ldso/x32/dlsym.s7
-rw-r--r--libc-top-half/musl/src/ldso/x86_64/dlsym.s7
-rw-r--r--libc-top-half/musl/src/ldso/x86_64/tlsdesc.s23
-rw-r--r--libc-top-half/musl/src/legacy/cuserid.c22
-rw-r--r--libc-top-half/musl/src/legacy/daemon.c33
-rw-r--r--libc-top-half/musl/src/legacy/err.c67
-rw-r--r--libc-top-half/musl/src/legacy/euidaccess.c10
-rw-r--r--libc-top-half/musl/src/legacy/ftw.c11
-rw-r--r--libc-top-half/musl/src/legacy/futimes.c14
-rw-r--r--libc-top-half/musl/src/legacy/getdtablesize.c11
-rw-r--r--libc-top-half/musl/src/legacy/getloadavg.c14
-rw-r--r--libc-top-half/musl/src/legacy/getpagesize.c8
-rw-r--r--libc-top-half/musl/src/legacy/getpass.c40
-rw-r--r--libc-top-half/musl/src/legacy/getusershell.c32
-rw-r--r--libc-top-half/musl/src/legacy/isastream.c7
-rw-r--r--libc-top-half/musl/src/legacy/lutimes.c16
-rw-r--r--libc-top-half/musl/src/legacy/ulimit.c19
-rw-r--r--libc-top-half/musl/src/legacy/utmpx.c52
-rw-r--r--libc-top-half/musl/src/legacy/valloc.c8
-rw-r--r--libc-top-half/musl/src/linux/adjtime.c27
-rw-r--r--libc-top-half/musl/src/linux/adjtimex.c7
-rw-r--r--libc-top-half/musl/src/linux/arch_prctl.c7
-rw-r--r--libc-top-half/musl/src/linux/brk.c9
-rw-r--r--libc-top-half/musl/src/linux/cache.c50
-rw-r--r--libc-top-half/musl/src/linux/cap.c11
-rw-r--r--libc-top-half/musl/src/linux/chroot.c8
-rw-r--r--libc-top-half/musl/src/linux/clock_adjtime.c151
-rw-r--r--libc-top-half/musl/src/linux/clone.c21
-rw-r--r--libc-top-half/musl/src/linux/copy_file_range.c8
-rw-r--r--libc-top-half/musl/src/linux/epoll.c37
-rw-r--r--libc-top-half/musl/src/linux/eventfd.c23
-rw-r--r--libc-top-half/musl/src/linux/fallocate.c12
-rw-r--r--libc-top-half/musl/src/linux/fanotify.c14
-rw-r--r--libc-top-half/musl/src/linux/flock.c7
-rw-r--r--libc-top-half/musl/src/linux/getdents.c12
-rw-r--r--libc-top-half/musl/src/linux/getrandom.c7
-rw-r--r--libc-top-half/musl/src/linux/gettid.c8
-rw-r--r--libc-top-half/musl/src/linux/inotify.c26
-rw-r--r--libc-top-half/musl/src/linux/ioperm.c10
-rw-r--r--libc-top-half/musl/src/linux/iopl.c10
-rw-r--r--libc-top-half/musl/src/linux/klogctl.c7
-rw-r--r--libc-top-half/musl/src/linux/membarrier.c72
-rw-r--r--libc-top-half/musl/src/linux/memfd_create.c8
-rw-r--r--libc-top-half/musl/src/linux/mlock2.c10
-rw-r--r--libc-top-half/musl/src/linux/module.c11
-rw-r--r--libc-top-half/musl/src/linux/mount.c17
-rw-r--r--libc-top-half/musl/src/linux/name_to_handle_at.c10
-rw-r--r--libc-top-half/musl/src/linux/open_by_handle_at.c8
-rw-r--r--libc-top-half/musl/src/linux/personality.c8
-rw-r--r--libc-top-half/musl/src/linux/pivot_root.c6
-rw-r--r--libc-top-half/musl/src/linux/ppoll.c26
-rw-r--r--libc-top-half/musl/src/linux/prctl.c14
-rw-r--r--libc-top-half/musl/src/linux/prlimit.c26
-rw-r--r--libc-top-half/musl/src/linux/process_vm.c13
-rw-r--r--libc-top-half/musl/src/linux/ptrace.c29
-rw-r--r--libc-top-half/musl/src/linux/quotactl.c7
-rw-r--r--libc-top-half/musl/src/linux/readahead.c8
-rw-r--r--libc-top-half/musl/src/linux/reboot.c7
-rw-r--r--libc-top-half/musl/src/linux/remap_file_pages.c8
-rw-r--r--libc-top-half/musl/src/linux/sbrk.c11
-rw-r--r--libc-top-half/musl/src/linux/sendfile.c9
-rw-r--r--libc-top-half/musl/src/linux/setfsgid.c7
-rw-r--r--libc-top-half/musl/src/linux/setfsuid.c7
-rw-r--r--libc-top-half/musl/src/linux/setgroups.c36
-rw-r--r--libc-top-half/musl/src/linux/sethostname.c8
-rw-r--r--libc-top-half/musl/src/linux/setns.c8
-rw-r--r--libc-top-half/musl/src/linux/settimeofday.c13
-rw-r--r--libc-top-half/musl/src/linux/signalfd.c21
-rw-r--r--libc-top-half/musl/src/linux/splice.c8
-rw-r--r--libc-top-half/musl/src/linux/stime.c9
-rw-r--r--libc-top-half/musl/src/linux/swap.c12
-rw-r--r--libc-top-half/musl/src/linux/sync_file_range.c17
-rw-r--r--libc-top-half/musl/src/linux/syncfs.c8
-rw-r--r--libc-top-half/musl/src/linux/sysinfo.c9
-rw-r--r--libc-top-half/musl/src/linux/tee.c8
-rw-r--r--libc-top-half/musl/src/linux/timerfd.c59
-rw-r--r--libc-top-half/musl/src/linux/unshare.c8
-rw-r--r--libc-top-half/musl/src/linux/utimes.c8
-rw-r--r--libc-top-half/musl/src/linux/vhangup.c8
-rw-r--r--libc-top-half/musl/src/linux/vmsplice.c8
-rw-r--r--libc-top-half/musl/src/linux/wait3.c9
-rw-r--r--libc-top-half/musl/src/linux/wait4.c39
-rw-r--r--libc-top-half/musl/src/linux/x32/sysinfo.c49
-rw-r--r--libc-top-half/musl/src/linux/xattr.c62
-rw-r--r--libc-top-half/musl/src/locale/__lctrans.c19
-rw-r--r--libc-top-half/musl/src/locale/__mo_lookup.c42
-rw-r--r--libc-top-half/musl/src/locale/big5.h1085
-rw-r--r--libc-top-half/musl/src/locale/bind_textdomain_codeset.c11
-rw-r--r--libc-top-half/musl/src/locale/c_locale.c15
-rw-r--r--libc-top-half/musl/src/locale/catclose.c18
-rw-r--r--libc-top-half/musl/src/locale/catgets.c44
-rw-r--r--libc-top-half/musl/src/locale/catopen.c87
-rw-r--r--libc-top-half/musl/src/locale/codepages.h320
-rw-r--r--libc-top-half/musl/src/locale/dcngettext.c283
-rw-r--r--libc-top-half/musl/src/locale/duplocale.c20
-rw-r--r--libc-top-half/musl/src/locale/freelocale.c14
-rw-r--r--libc-top-half/musl/src/locale/gb18030.h1866
-rw-r--r--libc-top-half/musl/src/locale/hkscs.h390
-rw-r--r--libc-top-half/musl/src/locale/iconv.c685
-rw-r--r--libc-top-half/musl/src/locale/iconv_close.c8
-rw-r--r--libc-top-half/musl/src/locale/jis0208.h563
-rw-r--r--libc-top-half/musl/src/locale/ksc.h650
-rw-r--r--libc-top-half/musl/src/locale/langinfo.c73
-rw-r--r--libc-top-half/musl/src/locale/legacychars.h40
-rw-r--r--libc-top-half/musl/src/locale/locale_map.c119
-rw-r--r--libc-top-half/musl/src/locale/localeconv.c34
-rw-r--r--libc-top-half/musl/src/locale/newlocale.c72
-rw-r--r--libc-top-half/musl/src/locale/pleval.c158
-rw-r--r--libc-top-half/musl/src/locale/pleval.h8
-rw-r--r--libc-top-half/musl/src/locale/revjis.h515
-rw-r--r--libc-top-half/musl/src/locale/setlocale.c78
-rw-r--r--libc-top-half/musl/src/locale/strcoll.c15
-rw-r--r--libc-top-half/musl/src/locale/strfmon.c101
-rw-r--r--libc-top-half/musl/src/locale/strtod_l.c22
-rw-r--r--libc-top-half/musl/src/locale/strxfrm.c18
-rw-r--r--libc-top-half/musl/src/locale/textdomain.c42
-rw-r--r--libc-top-half/musl/src/locale/uselocale.c27
-rw-r--r--libc-top-half/musl/src/locale/wcscoll.c16
-rw-r--r--libc-top-half/musl/src/locale/wcsxfrm.c23
-rw-r--r--libc-top-half/musl/src/malloc/calloc.c45
-rw-r--r--libc-top-half/musl/src/malloc/free.c6
-rw-r--r--libc-top-half/musl/src/malloc/libc_calloc.c4
-rw-r--r--libc-top-half/musl/src/malloc/lite_malloc.c118
-rw-r--r--libc-top-half/musl/src/malloc/mallocng/aligned_alloc.c60
-rw-r--r--libc-top-half/musl/src/malloc/mallocng/donate.c39
-rw-r--r--libc-top-half/musl/src/malloc/mallocng/free.c151
-rw-r--r--libc-top-half/musl/src/malloc/mallocng/glue.h93
-rw-r--r--libc-top-half/musl/src/malloc/mallocng/malloc.c387
-rw-r--r--libc-top-half/musl/src/malloc/mallocng/malloc_usable_size.c13
-rw-r--r--libc-top-half/musl/src/malloc/mallocng/meta.h288
-rw-r--r--libc-top-half/musl/src/malloc/mallocng/realloc.c51
-rw-r--r--libc-top-half/musl/src/malloc/memalign.c7
-rw-r--r--libc-top-half/musl/src/malloc/oldmalloc/aligned_alloc.c53
-rw-r--r--libc-top-half/musl/src/malloc/oldmalloc/malloc.c556
-rw-r--r--libc-top-half/musl/src/malloc/oldmalloc/malloc_impl.h39
-rw-r--r--libc-top-half/musl/src/malloc/oldmalloc/malloc_usable_size.c9
-rw-r--r--libc-top-half/musl/src/malloc/posix_memalign.c11
-rw-r--r--libc-top-half/musl/src/malloc/realloc.c6
-rw-r--r--libc-top-half/musl/src/malloc/reallocarray.c13
-rw-r--r--libc-top-half/musl/src/malloc/replaced.c4
-rw-r--r--libc-top-half/musl/src/math/__cos.c71
-rw-r--r--libc-top-half/musl/src/math/__cosdf.c35
-rw-r--r--libc-top-half/musl/src/math/__cosl.c96
-rw-r--r--libc-top-half/musl/src/math/__expo2.c25
-rw-r--r--libc-top-half/musl/src/math/__expo2f.c25
-rw-r--r--libc-top-half/musl/src/math/__fpclassify.c11
-rw-r--r--libc-top-half/musl/src/math/__fpclassifyf.c11
-rw-r--r--libc-top-half/musl/src/math/__fpclassifyl.c42
-rw-r--r--libc-top-half/musl/src/math/__invtrigl.c63
-rw-r--r--libc-top-half/musl/src/math/__invtrigl.h8
-rw-r--r--libc-top-half/musl/src/math/__math_divzero.c6
-rw-r--r--libc-top-half/musl/src/math/__math_divzerof.c6
-rw-r--r--libc-top-half/musl/src/math/__math_invalid.c6
-rw-r--r--libc-top-half/musl/src/math/__math_invalidf.c6
-rw-r--r--libc-top-half/musl/src/math/__math_invalidl.c9
-rw-r--r--libc-top-half/musl/src/math/__math_oflow.c6
-rw-r--r--libc-top-half/musl/src/math/__math_oflowf.c6
-rw-r--r--libc-top-half/musl/src/math/__math_uflow.c6
-rw-r--r--libc-top-half/musl/src/math/__math_uflowf.c6
-rw-r--r--libc-top-half/musl/src/math/__math_xflow.c6
-rw-r--r--libc-top-half/musl/src/math/__math_xflowf.c6
-rw-r--r--libc-top-half/musl/src/math/__polevll.c93
-rw-r--r--libc-top-half/musl/src/math/__rem_pio2.c194
-rw-r--r--libc-top-half/musl/src/math/__rem_pio2_large.c442
-rw-r--r--libc-top-half/musl/src/math/__rem_pio2f.c90
-rw-r--r--libc-top-half/musl/src/math/__rem_pio2l.c159
-rw-r--r--libc-top-half/musl/src/math/__signbit.c13
-rw-r--r--libc-top-half/musl/src/math/__signbitf.c11
-rw-r--r--libc-top-half/musl/src/math/__signbitl.c14
-rw-r--r--libc-top-half/musl/src/math/__sin.c64
-rw-r--r--libc-top-half/musl/src/math/__sindf.c36
-rw-r--r--libc-top-half/musl/src/math/__sinl.c78
-rw-r--r--libc-top-half/musl/src/math/__tan.c110
-rw-r--r--libc-top-half/musl/src/math/__tandf.c54
-rw-r--r--libc-top-half/musl/src/math/__tanl.c143
-rw-r--r--libc-top-half/musl/src/math/aarch64/ceil.c7
-rw-r--r--libc-top-half/musl/src/math/aarch64/ceilf.c7
-rw-r--r--libc-top-half/musl/src/math/aarch64/fabs.c7
-rw-r--r--libc-top-half/musl/src/math/aarch64/fabsf.c7
-rw-r--r--libc-top-half/musl/src/math/aarch64/floor.c7
-rw-r--r--libc-top-half/musl/src/math/aarch64/floorf.c7
-rw-r--r--libc-top-half/musl/src/math/aarch64/fma.c7
-rw-r--r--libc-top-half/musl/src/math/aarch64/fmaf.c7
-rw-r--r--libc-top-half/musl/src/math/aarch64/fmax.c7
-rw-r--r--libc-top-half/musl/src/math/aarch64/fmaxf.c7
-rw-r--r--libc-top-half/musl/src/math/aarch64/fmin.c7
-rw-r--r--libc-top-half/musl/src/math/aarch64/fminf.c7
-rw-r--r--libc-top-half/musl/src/math/aarch64/llrint.c10
-rw-r--r--libc-top-half/musl/src/math/aarch64/llrintf.c10
-rw-r--r--libc-top-half/musl/src/math/aarch64/llround.c8
-rw-r--r--libc-top-half/musl/src/math/aarch64/llroundf.c8
-rw-r--r--libc-top-half/musl/src/math/aarch64/lrint.c10
-rw-r--r--libc-top-half/musl/src/math/aarch64/lrintf.c10
-rw-r--r--libc-top-half/musl/src/math/aarch64/lround.c8
-rw-r--r--libc-top-half/musl/src/math/aarch64/lroundf.c8
-rw-r--r--libc-top-half/musl/src/math/aarch64/nearbyint.c7
-rw-r--r--libc-top-half/musl/src/math/aarch64/nearbyintf.c7
-rw-r--r--libc-top-half/musl/src/math/aarch64/rint.c7
-rw-r--r--libc-top-half/musl/src/math/aarch64/rintf.c7
-rw-r--r--libc-top-half/musl/src/math/aarch64/round.c7
-rw-r--r--libc-top-half/musl/src/math/aarch64/roundf.c7
-rw-r--r--libc-top-half/musl/src/math/aarch64/sqrt.c7
-rw-r--r--libc-top-half/musl/src/math/aarch64/sqrtf.c7
-rw-r--r--libc-top-half/musl/src/math/aarch64/trunc.c7
-rw-r--r--libc-top-half/musl/src/math/aarch64/truncf.c7
-rw-r--r--libc-top-half/musl/src/math/acos.c101
-rw-r--r--libc-top-half/musl/src/math/acosf.c71
-rw-r--r--libc-top-half/musl/src/math/acosh.c24
-rw-r--r--libc-top-half/musl/src/math/acoshf.c26
-rw-r--r--libc-top-half/musl/src/math/acoshl.c29
-rw-r--r--libc-top-half/musl/src/math/acosl.c67
-rw-r--r--libc-top-half/musl/src/math/arm/fabs.c15
-rw-r--r--libc-top-half/musl/src/math/arm/fabsf.c15
-rw-r--r--libc-top-half/musl/src/math/arm/fma.c15
-rw-r--r--libc-top-half/musl/src/math/arm/fmaf.c15
-rw-r--r--libc-top-half/musl/src/math/arm/sqrt.c15
-rw-r--r--libc-top-half/musl/src/math/arm/sqrtf.c15
-rw-r--r--libc-top-half/musl/src/math/asin.c107
-rw-r--r--libc-top-half/musl/src/math/asinf.c61
-rw-r--r--libc-top-half/musl/src/math/asinh.c28
-rw-r--r--libc-top-half/musl/src/math/asinhf.c28
-rw-r--r--libc-top-half/musl/src/math/asinhl.c41
-rw-r--r--libc-top-half/musl/src/math/asinl.c71
-rw-r--r--libc-top-half/musl/src/math/atan.c116
-rw-r--r--libc-top-half/musl/src/math/atan2.c107
-rw-r--r--libc-top-half/musl/src/math/atan2f.c83
-rw-r--r--libc-top-half/musl/src/math/atan2l.c85
-rw-r--r--libc-top-half/musl/src/math/atanf.c94
-rw-r--r--libc-top-half/musl/src/math/atanh.c29
-rw-r--r--libc-top-half/musl/src/math/atanhf.c28
-rw-r--r--libc-top-half/musl/src/math/atanhl.c35
-rw-r--r--libc-top-half/musl/src/math/atanl.c184
-rw-r--r--libc-top-half/musl/src/math/cbrt.c103
-rw-r--r--libc-top-half/musl/src/math/cbrtf.c66
-rw-r--r--libc-top-half/musl/src/math/cbrtl.c124
-rw-r--r--libc-top-half/musl/src/math/ceil.c31
-rw-r--r--libc-top-half/musl/src/math/ceilf.c27
-rw-r--r--libc-top-half/musl/src/math/ceill.c34
-rw-r--r--libc-top-half/musl/src/math/copysign.c8
-rw-r--r--libc-top-half/musl/src/math/copysignf.c10
-rw-r--r--libc-top-half/musl/src/math/copysignl.c16
-rw-r--r--libc-top-half/musl/src/math/cos.c77
-rw-r--r--libc-top-half/musl/src/math/cosf.c78
-rw-r--r--libc-top-half/musl/src/math/cosh.c44
-rw-r--r--libc-top-half/musl/src/math/coshf.c37
-rw-r--r--libc-top-half/musl/src/math/coshl.c47
-rw-r--r--libc-top-half/musl/src/math/cosl.c39
-rw-r--r--libc-top-half/musl/src/math/erf.c273
-rw-r--r--libc-top-half/musl/src/math/erff.c183
-rw-r--r--libc-top-half/musl/src/math/erfl.c353
-rw-r--r--libc-top-half/musl/src/math/exp.c134
-rw-r--r--libc-top-half/musl/src/math/exp10.c24
-rw-r--r--libc-top-half/musl/src/math/exp10f.c22
-rw-r--r--libc-top-half/musl/src/math/exp10l.c32
-rw-r--r--libc-top-half/musl/src/math/exp2.c121
-rw-r--r--libc-top-half/musl/src/math/exp2f.c69
-rw-r--r--libc-top-half/musl/src/math/exp2f_data.c35
-rw-r--r--libc-top-half/musl/src/math/exp2f_data.h23
-rw-r--r--libc-top-half/musl/src/math/exp2l.c619
-rw-r--r--libc-top-half/musl/src/math/exp_data.c182
-rw-r--r--libc-top-half/musl/src/math/exp_data.h26
-rw-r--r--libc-top-half/musl/src/math/expf.c80
-rw-r--r--libc-top-half/musl/src/math/expl.c128
-rw-r--r--libc-top-half/musl/src/math/expm1.c201
-rw-r--r--libc-top-half/musl/src/math/expm1f.c110
-rw-r--r--libc-top-half/musl/src/math/expm1l.c123
-rw-r--r--libc-top-half/musl/src/math/fabs.c9
-rw-r--r--libc-top-half/musl/src/math/fabsf.c9
-rw-r--r--libc-top-half/musl/src/math/fabsl.c15
-rw-r--r--libc-top-half/musl/src/math/fdim.c10
-rw-r--r--libc-top-half/musl/src/math/fdimf.c10
-rw-r--r--libc-top-half/musl/src/math/fdiml.c18
-rw-r--r--libc-top-half/musl/src/math/finite.c7
-rw-r--r--libc-top-half/musl/src/math/finitef.c7
-rw-r--r--libc-top-half/musl/src/math/floor.c31
-rw-r--r--libc-top-half/musl/src/math/floorf.c27
-rw-r--r--libc-top-half/musl/src/math/floorl.c34
-rw-r--r--libc-top-half/musl/src/math/fma.c183
-rw-r--r--libc-top-half/musl/src/math/fmaf.c92
-rw-r--r--libc-top-half/musl/src/math/fmal.c297
-rw-r--r--libc-top-half/musl/src/math/fmax.c13
-rw-r--r--libc-top-half/musl/src/math/fmaxf.c13
-rw-r--r--libc-top-half/musl/src/math/fmaxl.c21
-rw-r--r--libc-top-half/musl/src/math/fmin.c13
-rw-r--r--libc-top-half/musl/src/math/fminf.c13
-rw-r--r--libc-top-half/musl/src/math/fminl.c21
-rw-r--r--libc-top-half/musl/src/math/fmod.c68
-rw-r--r--libc-top-half/musl/src/math/fmodf.c65
-rw-r--r--libc-top-half/musl/src/math/fmodl.c105
-rw-r--r--libc-top-half/musl/src/math/frexp.c23
-rw-r--r--libc-top-half/musl/src/math/frexpf.c23
-rw-r--r--libc-top-half/musl/src/math/frexpl.c29
-rw-r--r--libc-top-half/musl/src/math/hypot.c67
-rw-r--r--libc-top-half/musl/src/math/hypotf.c35
-rw-r--r--libc-top-half/musl/src/math/hypotl.c66
-rw-r--r--libc-top-half/musl/src/math/i386/__invtrigl.s0
-rw-r--r--libc-top-half/musl/src/math/i386/acos.s18
-rw-r--r--libc-top-half/musl/src/math/i386/acosf.s16
-rw-r--r--libc-top-half/musl/src/math/i386/acosl.s14
-rw-r--r--libc-top-half/musl/src/math/i386/asin.s21
-rw-r--r--libc-top-half/musl/src/math/i386/asinf.s23
-rw-r--r--libc-top-half/musl/src/math/i386/asinl.s12
-rw-r--r--libc-top-half/musl/src/math/i386/atan.s16
-rw-r--r--libc-top-half/musl/src/math/i386/atan2.s15
-rw-r--r--libc-top-half/musl/src/math/i386/atan2f.s17
-rw-r--r--libc-top-half/musl/src/math/i386/atan2l.s7
-rw-r--r--libc-top-half/musl/src/math/i386/atanf.s18
-rw-r--r--libc-top-half/musl/src/math/i386/atanl.s7
-rw-r--r--libc-top-half/musl/src/math/i386/ceil.s1
-rw-r--r--libc-top-half/musl/src/math/i386/ceilf.s1
-rw-r--r--libc-top-half/musl/src/math/i386/ceill.s1
-rw-r--r--libc-top-half/musl/src/math/i386/exp2l.s1
-rw-r--r--libc-top-half/musl/src/math/i386/exp_ld.s93
-rw-r--r--libc-top-half/musl/src/math/i386/expl.s101
-rw-r--r--libc-top-half/musl/src/math/i386/expm1l.s1
-rw-r--r--libc-top-half/musl/src/math/i386/fabs.c7
-rw-r--r--libc-top-half/musl/src/math/i386/fabsf.c7
-rw-r--r--libc-top-half/musl/src/math/i386/fabsl.c7
-rw-r--r--libc-top-half/musl/src/math/i386/floor.s67
-rw-r--r--libc-top-half/musl/src/math/i386/floorf.s1
-rw-r--r--libc-top-half/musl/src/math/i386/floorl.s1
-rw-r--r--libc-top-half/musl/src/math/i386/fmod.c10
-rw-r--r--libc-top-half/musl/src/math/i386/fmodf.c10
-rw-r--r--libc-top-half/musl/src/math/i386/fmodl.c9
-rw-r--r--libc-top-half/musl/src/math/i386/hypot.s45
-rw-r--r--libc-top-half/musl/src/math/i386/hypotf.s42
-rw-r--r--libc-top-half/musl/src/math/i386/ldexp.s1
-rw-r--r--libc-top-half/musl/src/math/i386/ldexpf.s1
-rw-r--r--libc-top-half/musl/src/math/i386/ldexpl.s1
-rw-r--r--libc-top-half/musl/src/math/i386/llrint.c8
-rw-r--r--libc-top-half/musl/src/math/i386/llrintf.c8
-rw-r--r--libc-top-half/musl/src/math/i386/llrintl.c8
-rw-r--r--libc-top-half/musl/src/math/i386/log.s9
-rw-r--r--libc-top-half/musl/src/math/i386/log10.s9
-rw-r--r--libc-top-half/musl/src/math/i386/log10f.s9
-rw-r--r--libc-top-half/musl/src/math/i386/log10l.s7
-rw-r--r--libc-top-half/musl/src/math/i386/log1p.s25
-rw-r--r--libc-top-half/musl/src/math/i386/log1pf.s26
-rw-r--r--libc-top-half/musl/src/math/i386/log1pl.s15
-rw-r--r--libc-top-half/musl/src/math/i386/log2.s9
-rw-r--r--libc-top-half/musl/src/math/i386/log2f.s9
-rw-r--r--libc-top-half/musl/src/math/i386/log2l.s7
-rw-r--r--libc-top-half/musl/src/math/i386/logf.s9
-rw-r--r--libc-top-half/musl/src/math/i386/logl.s7
-rw-r--r--libc-top-half/musl/src/math/i386/lrint.c8
-rw-r--r--libc-top-half/musl/src/math/i386/lrintf.c8
-rw-r--r--libc-top-half/musl/src/math/i386/lrintl.c8
-rw-r--r--libc-top-half/musl/src/math/i386/remainder.c12
-rw-r--r--libc-top-half/musl/src/math/i386/remainderf.c12
-rw-r--r--libc-top-half/musl/src/math/i386/remainderl.c9
-rw-r--r--libc-top-half/musl/src/math/i386/remquo.s50
-rw-r--r--libc-top-half/musl/src/math/i386/remquof.s1
-rw-r--r--libc-top-half/musl/src/math/i386/remquol.s1
-rw-r--r--libc-top-half/musl/src/math/i386/rint.c7
-rw-r--r--libc-top-half/musl/src/math/i386/rintf.c7
-rw-r--r--libc-top-half/musl/src/math/i386/rintl.c7
-rw-r--r--libc-top-half/musl/src/math/i386/scalbln.s1
-rw-r--r--libc-top-half/musl/src/math/i386/scalblnf.s1
-rw-r--r--libc-top-half/musl/src/math/i386/scalblnl.s1
-rw-r--r--libc-top-half/musl/src/math/i386/scalbn.s33
-rw-r--r--libc-top-half/musl/src/math/i386/scalbnf.s32
-rw-r--r--libc-top-half/musl/src/math/i386/scalbnl.s32
-rw-r--r--libc-top-half/musl/src/math/i386/sqrt.c15
-rw-r--r--libc-top-half/musl/src/math/i386/sqrtf.c12
-rw-r--r--libc-top-half/musl/src/math/i386/sqrtl.c7
-rw-r--r--libc-top-half/musl/src/math/i386/trunc.s1
-rw-r--r--libc-top-half/musl/src/math/i386/truncf.s1
-rw-r--r--libc-top-half/musl/src/math/i386/truncl.s1
-rw-r--r--libc-top-half/musl/src/math/ilogb.c26
-rw-r--r--libc-top-half/musl/src/math/ilogbf.c26
-rw-r--r--libc-top-half/musl/src/math/ilogbl.c55
-rw-r--r--libc-top-half/musl/src/math/j0.c375
-rw-r--r--libc-top-half/musl/src/math/j0f.c314
-rw-r--r--libc-top-half/musl/src/math/j1.c362
-rw-r--r--libc-top-half/musl/src/math/j1f.c310
-rw-r--r--libc-top-half/musl/src/math/jn.c280
-rw-r--r--libc-top-half/musl/src/math/jnf.c202
-rw-r--r--libc-top-half/musl/src/math/ldexp.c6
-rw-r--r--libc-top-half/musl/src/math/ldexpf.c6
-rw-r--r--libc-top-half/musl/src/math/ldexpl.c6
-rw-r--r--libc-top-half/musl/src/math/lgamma.c7
-rw-r--r--libc-top-half/musl/src/math/lgamma_r.c283
-rw-r--r--libc-top-half/musl/src/math/lgammaf.c7
-rw-r--r--libc-top-half/musl/src/math/lgammaf_r.c218
-rw-r--r--libc-top-half/musl/src/math/lgammal.c353
-rw-r--r--libc-top-half/musl/src/math/llrint.c8
-rw-r--r--libc-top-half/musl/src/math/llrintf.c8
-rw-r--r--libc-top-half/musl/src/math/llrintl.c36
-rw-r--r--libc-top-half/musl/src/math/llround.c6
-rw-r--r--libc-top-half/musl/src/math/llroundf.c6
-rw-r--r--libc-top-half/musl/src/math/llroundl.c6
-rw-r--r--libc-top-half/musl/src/math/log.c112
-rw-r--r--libc-top-half/musl/src/math/log10.c101
-rw-r--r--libc-top-half/musl/src/math/log10f.c77
-rw-r--r--libc-top-half/musl/src/math/log10l.c191
-rw-r--r--libc-top-half/musl/src/math/log1p.c122
-rw-r--r--libc-top-half/musl/src/math/log1pf.c77
-rw-r--r--libc-top-half/musl/src/math/log1pl.c177
-rw-r--r--libc-top-half/musl/src/math/log2.c122
-rw-r--r--libc-top-half/musl/src/math/log2_data.c201
-rw-r--r--libc-top-half/musl/src/math/log2_data.h28
-rw-r--r--libc-top-half/musl/src/math/log2f.c72
-rw-r--r--libc-top-half/musl/src/math/log2f_data.c33
-rw-r--r--libc-top-half/musl/src/math/log2f_data.h19
-rw-r--r--libc-top-half/musl/src/math/log2l.c182
-rw-r--r--libc-top-half/musl/src/math/log_data.c328
-rw-r--r--libc-top-half/musl/src/math/log_data.h28
-rw-r--r--libc-top-half/musl/src/math/logb.c17
-rw-r--r--libc-top-half/musl/src/math/logbf.c10
-rw-r--r--libc-top-half/musl/src/math/logbl.c16
-rw-r--r--libc-top-half/musl/src/math/logf.c71
-rw-r--r--libc-top-half/musl/src/math/logf_data.c33
-rw-r--r--libc-top-half/musl/src/math/logf_data.h20
-rw-r--r--libc-top-half/musl/src/math/logl.c175
-rw-r--r--libc-top-half/musl/src/math/lrint.c72
-rw-r--r--libc-top-half/musl/src/math/lrintf.c8
-rw-r--r--libc-top-half/musl/src/math/lrintl.c36
-rw-r--r--libc-top-half/musl/src/math/lround.c6
-rw-r--r--libc-top-half/musl/src/math/lroundf.c6
-rw-r--r--libc-top-half/musl/src/math/lroundl.c6
-rw-r--r--libc-top-half/musl/src/math/m68k/sqrtl.c15
-rw-r--r--libc-top-half/musl/src/math/mips/fabs.c16
-rw-r--r--libc-top-half/musl/src/math/mips/fabsf.c16
-rw-r--r--libc-top-half/musl/src/math/mips/sqrt.c16
-rw-r--r--libc-top-half/musl/src/math/mips/sqrtf.c16
-rw-r--r--libc-top-half/musl/src/math/modf.c34
-rw-r--r--libc-top-half/musl/src/math/modff.c34
-rw-r--r--libc-top-half/musl/src/math/modfl.c53
-rw-r--r--libc-top-half/musl/src/math/nan.c6
-rw-r--r--libc-top-half/musl/src/math/nanf.c6
-rw-r--r--libc-top-half/musl/src/math/nanl.c6
-rw-r--r--libc-top-half/musl/src/math/nearbyint.c20
-rw-r--r--libc-top-half/musl/src/math/nearbyintf.c18
-rw-r--r--libc-top-half/musl/src/math/nearbyintl.c26
-rw-r--r--libc-top-half/musl/src/math/nextafter.c31
-rw-r--r--libc-top-half/musl/src/math/nextafterf.c30
-rw-r--r--libc-top-half/musl/src/math/nextafterl.c75
-rw-r--r--libc-top-half/musl/src/math/nexttoward.c42
-rw-r--r--libc-top-half/musl/src/math/nexttowardf.c35
-rw-r--r--libc-top-half/musl/src/math/nexttowardl.c6
-rw-r--r--libc-top-half/musl/src/math/pow.c343
-rw-r--r--libc-top-half/musl/src/math/pow_data.c180
-rw-r--r--libc-top-half/musl/src/math/pow_data.h22
-rw-r--r--libc-top-half/musl/src/math/powerpc/fabs.c15
-rw-r--r--libc-top-half/musl/src/math/powerpc/fabsf.c15
-rw-r--r--libc-top-half/musl/src/math/powerpc/fma.c15
-rw-r--r--libc-top-half/musl/src/math/powerpc/fmaf.c15
-rw-r--r--libc-top-half/musl/src/math/powerpc/sqrt.c15
-rw-r--r--libc-top-half/musl/src/math/powerpc/sqrtf.c15
-rw-r--r--libc-top-half/musl/src/math/powerpc64/ceil.c15
-rw-r--r--libc-top-half/musl/src/math/powerpc64/ceilf.c15
-rw-r--r--libc-top-half/musl/src/math/powerpc64/fabs.c7
-rw-r--r--libc-top-half/musl/src/math/powerpc64/fabsf.c7
-rw-r--r--libc-top-half/musl/src/math/powerpc64/floor.c15
-rw-r--r--libc-top-half/musl/src/math/powerpc64/floorf.c15
-rw-r--r--libc-top-half/musl/src/math/powerpc64/fma.c7
-rw-r--r--libc-top-half/musl/src/math/powerpc64/fmaf.c7
-rw-r--r--libc-top-half/musl/src/math/powerpc64/fmax.c15
-rw-r--r--libc-top-half/musl/src/math/powerpc64/fmaxf.c15
-rw-r--r--libc-top-half/musl/src/math/powerpc64/fmin.c15
-rw-r--r--libc-top-half/musl/src/math/powerpc64/fminf.c15
-rw-r--r--libc-top-half/musl/src/math/powerpc64/lrint.c16
-rw-r--r--libc-top-half/musl/src/math/powerpc64/lrintf.c16
-rw-r--r--libc-top-half/musl/src/math/powerpc64/lround.c18
-rw-r--r--libc-top-half/musl/src/math/powerpc64/lroundf.c18
-rw-r--r--libc-top-half/musl/src/math/powerpc64/round.c15
-rw-r--r--libc-top-half/musl/src/math/powerpc64/roundf.c15
-rw-r--r--libc-top-half/musl/src/math/powerpc64/sqrt.c7
-rw-r--r--libc-top-half/musl/src/math/powerpc64/sqrtf.c7
-rw-r--r--libc-top-half/musl/src/math/powerpc64/trunc.c15
-rw-r--r--libc-top-half/musl/src/math/powerpc64/truncf.c15
-rw-r--r--libc-top-half/musl/src/math/powf.c185
-rw-r--r--libc-top-half/musl/src/math/powf_data.c34
-rw-r--r--libc-top-half/musl/src/math/powf_data.h26
-rw-r--r--libc-top-half/musl/src/math/powl.c526
-rw-r--r--libc-top-half/musl/src/math/remainder.c9
-rw-r--r--libc-top-half/musl/src/math/remainderf.c9
-rw-r--r--libc-top-half/musl/src/math/remainderl.c15
-rw-r--r--libc-top-half/musl/src/math/remquo.c82
-rw-r--r--libc-top-half/musl/src/math/remquof.c82
-rw-r--r--libc-top-half/musl/src/math/remquol.c124
-rw-r--r--libc-top-half/musl/src/math/rint.c28
-rw-r--r--libc-top-half/musl/src/math/rintf.c30
-rw-r--r--libc-top-half/musl/src/math/rintl.c29
-rw-r--r--libc-top-half/musl/src/math/riscv64/copysign.c15
-rw-r--r--libc-top-half/musl/src/math/riscv64/copysignf.c15
-rw-r--r--libc-top-half/musl/src/math/riscv64/fabs.c15
-rw-r--r--libc-top-half/musl/src/math/riscv64/fabsf.c15
-rw-r--r--libc-top-half/musl/src/math/riscv64/fma.c15
-rw-r--r--libc-top-half/musl/src/math/riscv64/fmaf.c15
-rw-r--r--libc-top-half/musl/src/math/riscv64/fmax.c15
-rw-r--r--libc-top-half/musl/src/math/riscv64/fmaxf.c15
-rw-r--r--libc-top-half/musl/src/math/riscv64/fmin.c15
-rw-r--r--libc-top-half/musl/src/math/riscv64/fminf.c15
-rw-r--r--libc-top-half/musl/src/math/riscv64/sqrt.c15
-rw-r--r--libc-top-half/musl/src/math/riscv64/sqrtf.c15
-rw-r--r--libc-top-half/musl/src/math/round.c35
-rw-r--r--libc-top-half/musl/src/math/roundf.c36
-rw-r--r--libc-top-half/musl/src/math/roundl.c37
-rw-r--r--libc-top-half/musl/src/math/s390x/ceil.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/ceilf.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/ceill.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/fabs.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/fabsf.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/fabsl.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/floor.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/floorf.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/floorl.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/fma.c7
-rw-r--r--libc-top-half/musl/src/math/s390x/fmaf.c7
-rw-r--r--libc-top-half/musl/src/math/s390x/nearbyint.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/nearbyintf.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/nearbyintl.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/rint.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/rintf.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/rintl.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/round.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/roundf.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/roundl.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/sqrt.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/sqrtf.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/sqrtl.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/trunc.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/truncf.c15
-rw-r--r--libc-top-half/musl/src/math/s390x/truncl.c15
-rw-r--r--libc-top-half/musl/src/math/scalb.c35
-rw-r--r--libc-top-half/musl/src/math/scalbf.c32
-rw-r--r--libc-top-half/musl/src/math/scalbln.c11
-rw-r--r--libc-top-half/musl/src/math/scalblnf.c11
-rw-r--r--libc-top-half/musl/src/math/scalblnl.c19
-rw-r--r--libc-top-half/musl/src/math/scalbn.c33
-rw-r--r--libc-top-half/musl/src/math/scalbnf.c31
-rw-r--r--libc-top-half/musl/src/math/scalbnl.c36
-rw-r--r--libc-top-half/musl/src/math/signgam.c6
-rw-r--r--libc-top-half/musl/src/math/significand.c7
-rw-r--r--libc-top-half/musl/src/math/significandf.c7
-rw-r--r--libc-top-half/musl/src/math/sin.c78
-rw-r--r--libc-top-half/musl/src/math/sincos.c69
-rw-r--r--libc-top-half/musl/src/math/sincosf.c117
-rw-r--r--libc-top-half/musl/src/math/sincosl.c60
-rw-r--r--libc-top-half/musl/src/math/sinf.c76
-rw-r--r--libc-top-half/musl/src/math/sinh.c43
-rw-r--r--libc-top-half/musl/src/math/sinhf.c35
-rw-r--r--libc-top-half/musl/src/math/sinhl.c43
-rw-r--r--libc-top-half/musl/src/math/sinl.c41
-rw-r--r--libc-top-half/musl/src/math/sqrt.c158
-rw-r--r--libc-top-half/musl/src/math/sqrt_data.c19
-rw-r--r--libc-top-half/musl/src/math/sqrt_data.h13
-rw-r--r--libc-top-half/musl/src/math/sqrtf.c83
-rw-r--r--libc-top-half/musl/src/math/sqrtl.c259
-rw-r--r--libc-top-half/musl/src/math/tan.c70
-rw-r--r--libc-top-half/musl/src/math/tanf.c64
-rw-r--r--libc-top-half/musl/src/math/tanh.c45
-rw-r--r--libc-top-half/musl/src/math/tanhf.c39
-rw-r--r--libc-top-half/musl/src/math/tanhl.c48
-rw-r--r--libc-top-half/musl/src/math/tanl.c29
-rw-r--r--libc-top-half/musl/src/math/tgamma.c222
-rw-r--r--libc-top-half/musl/src/math/tgammaf.c6
-rw-r--r--libc-top-half/musl/src/math/tgammal.c281
-rw-r--r--libc-top-half/musl/src/math/trunc.c19
-rw-r--r--libc-top-half/musl/src/math/truncf.c19
-rw-r--r--libc-top-half/musl/src/math/truncl.c34
-rw-r--r--libc-top-half/musl/src/math/x32/__invtrigl.s0
-rw-r--r--libc-top-half/musl/src/math/x32/acosl.s16
-rw-r--r--libc-top-half/musl/src/math/x32/asinl.s12
-rw-r--r--libc-top-half/musl/src/math/x32/atan2l.s7
-rw-r--r--libc-top-half/musl/src/math/x32/atanl.s7
-rw-r--r--libc-top-half/musl/src/math/x32/ceill.s1
-rw-r--r--libc-top-half/musl/src/math/x32/exp2l.s83
-rw-r--r--libc-top-half/musl/src/math/x32/expl.s101
-rw-r--r--libc-top-half/musl/src/math/x32/expm1l.s1
-rw-r--r--libc-top-half/musl/src/math/x32/fabs.s9
-rw-r--r--libc-top-half/musl/src/math/x32/fabsf.s7
-rw-r--r--libc-top-half/musl/src/math/x32/fabsl.s6
-rw-r--r--libc-top-half/musl/src/math/x32/floorl.s27
-rw-r--r--libc-top-half/musl/src/math/x32/fma.c23
-rw-r--r--libc-top-half/musl/src/math/x32/fmaf.c23
-rw-r--r--libc-top-half/musl/src/math/x32/fmodl.s11
-rw-r--r--libc-top-half/musl/src/math/x32/llrint.s5
-rw-r--r--libc-top-half/musl/src/math/x32/llrintf.s5
-rw-r--r--libc-top-half/musl/src/math/x32/llrintl.s7
-rw-r--r--libc-top-half/musl/src/math/x32/log10l.s7
-rw-r--r--libc-top-half/musl/src/math/x32/log1pl.s15
-rw-r--r--libc-top-half/musl/src/math/x32/log2l.s7
-rw-r--r--libc-top-half/musl/src/math/x32/logl.s7
-rw-r--r--libc-top-half/musl/src/math/x32/lrint.s5
-rw-r--r--libc-top-half/musl/src/math/x32/lrintf.s5
-rw-r--r--libc-top-half/musl/src/math/x32/lrintl.s7
-rw-r--r--libc-top-half/musl/src/math/x32/remainderl.s11
-rw-r--r--libc-top-half/musl/src/math/x32/rintl.s6
-rw-r--r--libc-top-half/musl/src/math/x32/sqrt.s4
-rw-r--r--libc-top-half/musl/src/math/x32/sqrtf.s4
-rw-r--r--libc-top-half/musl/src/math/x32/sqrtl.s5
-rw-r--r--libc-top-half/musl/src/math/x32/truncl.s1
-rw-r--r--libc-top-half/musl/src/math/x86_64/__invtrigl.s0
-rw-r--r--libc-top-half/musl/src/math/x86_64/acosl.s16
-rw-r--r--libc-top-half/musl/src/math/x86_64/asinl.s12
-rw-r--r--libc-top-half/musl/src/math/x86_64/atan2l.s7
-rw-r--r--libc-top-half/musl/src/math/x86_64/atanl.s7
-rw-r--r--libc-top-half/musl/src/math/x86_64/ceill.s1
-rw-r--r--libc-top-half/musl/src/math/x86_64/exp2l.s83
-rw-r--r--libc-top-half/musl/src/math/x86_64/expl.s101
-rw-r--r--libc-top-half/musl/src/math/x86_64/expm1l.s1
-rw-r--r--libc-top-half/musl/src/math/x86_64/fabs.c10
-rw-r--r--libc-top-half/musl/src/math/x86_64/fabsf.c10
-rw-r--r--libc-top-half/musl/src/math/x86_64/fabsl.c7
-rw-r--r--libc-top-half/musl/src/math/x86_64/floorl.s27
-rw-r--r--libc-top-half/musl/src/math/x86_64/fma.c23
-rw-r--r--libc-top-half/musl/src/math/x86_64/fmaf.c23
-rw-r--r--libc-top-half/musl/src/math/x86_64/fmodl.c9
-rw-r--r--libc-top-half/musl/src/math/x86_64/llrint.c8
-rw-r--r--libc-top-half/musl/src/math/x86_64/llrintf.c8
-rw-r--r--libc-top-half/musl/src/math/x86_64/llrintl.c8
-rw-r--r--libc-top-half/musl/src/math/x86_64/log10l.s7
-rw-r--r--libc-top-half/musl/src/math/x86_64/log1pl.s15
-rw-r--r--libc-top-half/musl/src/math/x86_64/log2l.s7
-rw-r--r--libc-top-half/musl/src/math/x86_64/logl.s7
-rw-r--r--libc-top-half/musl/src/math/x86_64/lrint.c8
-rw-r--r--libc-top-half/musl/src/math/x86_64/lrintf.c8
-rw-r--r--libc-top-half/musl/src/math/x86_64/lrintl.c8
-rw-r--r--libc-top-half/musl/src/math/x86_64/remainderl.c9
-rw-r--r--libc-top-half/musl/src/math/x86_64/remquol.c32
-rw-r--r--libc-top-half/musl/src/math/x86_64/rintl.c7
-rw-r--r--libc-top-half/musl/src/math/x86_64/sqrt.c7
-rw-r--r--libc-top-half/musl/src/math/x86_64/sqrtf.c7
-rw-r--r--libc-top-half/musl/src/math/x86_64/sqrtl.c7
-rw-r--r--libc-top-half/musl/src/math/x86_64/truncl.s1
-rw-r--r--libc-top-half/musl/src/misc/a64l.c29
-rw-r--r--libc-top-half/musl/src/misc/basename.c14
-rw-r--r--libc-top-half/musl/src/misc/dirname.c14
-rw-r--r--libc-top-half/musl/src/misc/ffs.c7
-rw-r--r--libc-top-half/musl/src/misc/ffsl.c7
-rw-r--r--libc-top-half/musl/src/misc/ffsll.c7
-rw-r--r--libc-top-half/musl/src/misc/fmtmsg.c96
-rw-r--r--libc-top-half/musl/src/misc/forkpty.c57
-rw-r--r--libc-top-half/musl/src/misc/get_current_dir_name.c15
-rw-r--r--libc-top-half/musl/src/misc/getauxval.c15
-rw-r--r--libc-top-half/musl/src/misc/getdomainname.c17
-rw-r--r--libc-top-half/musl/src/misc/getentropy.c33
-rw-r--r--libc-top-half/musl/src/misc/gethostid.c6
-rw-r--r--libc-top-half/musl/src/misc/getopt.c105
-rw-r--r--libc-top-half/musl/src/misc/getopt_long.c148
-rw-r--r--libc-top-half/musl/src/misc/getpriority.c9
-rw-r--r--libc-top-half/musl/src/misc/getresgid.c8
-rw-r--r--libc-top-half/musl/src/misc/getresuid.c8
-rw-r--r--libc-top-half/musl/src/misc/getrlimit.c26
-rw-r--r--libc-top-half/musl/src/misc/getrusage.c35
-rw-r--r--libc-top-half/musl/src/misc/getsubopt.c23
-rw-r--r--libc-top-half/musl/src/misc/initgroups.c11
-rw-r--r--libc-top-half/musl/src/misc/ioctl.c151
-rw-r--r--libc-top-half/musl/src/misc/issetugid.c8
-rw-r--r--libc-top-half/musl/src/misc/lockf.c32
-rw-r--r--libc-top-half/musl/src/misc/login_tty.c14
-rw-r--r--libc-top-half/musl/src/misc/mntent.c77
-rw-r--r--libc-top-half/musl/src/misc/nftw.c148
-rw-r--r--libc-top-half/musl/src/misc/openpty.c40
-rw-r--r--libc-top-half/musl/src/misc/ptsname.c13
-rw-r--r--libc-top-half/musl/src/misc/pty.c35
-rw-r--r--libc-top-half/musl/src/misc/realpath.c156
-rw-r--r--libc-top-half/musl/src/misc/setdomainname.c8
-rw-r--r--libc-top-half/musl/src/misc/setpriority.c7
-rw-r--r--libc-top-half/musl/src/misc/setrlimit.c47
-rw-r--r--libc-top-half/musl/src/misc/syscall.c21
-rw-r--r--libc-top-half/musl/src/misc/syslog.c162
-rw-r--r--libc-top-half/musl/src/misc/uname.c32
-rw-r--r--libc-top-half/musl/src/misc/wordexp.c187
-rw-r--r--libc-top-half/musl/src/mman/madvise.c9
-rw-r--r--libc-top-half/musl/src/mman/mincore.c8
-rw-r--r--libc-top-half/musl/src/mman/mlock.c11
-rw-r--r--libc-top-half/musl/src/mman/mlockall.c7
-rw-r--r--libc-top-half/musl/src/mman/mmap.c41
-rw-r--r--libc-top-half/musl/src/mman/mprotect.c13
-rw-r--r--libc-top-half/musl/src/mman/mremap.c32
-rw-r--r--libc-top-half/musl/src/mman/msync.c7
-rw-r--r--libc-top-half/musl/src/mman/munlock.c7
-rw-r--r--libc-top-half/musl/src/mman/munlockall.c7
-rw-r--r--libc-top-half/musl/src/mman/munmap.c13
-rw-r--r--libc-top-half/musl/src/mman/posix_madvise.c9
-rw-r--r--libc-top-half/musl/src/mman/shm_open.c43
-rw-r--r--libc-top-half/musl/src/mq/mq_close.c7
-rw-r--r--libc-top-half/musl/src/mq/mq_getattr.c7
-rw-r--r--libc-top-half/musl/src/mq/mq_notify.c73
-rw-r--r--libc-top-half/musl/src/mq/mq_open.c19
-rw-r--r--libc-top-half/musl/src/mq/mq_receive.c6
-rw-r--r--libc-top-half/musl/src/mq/mq_send.c6
-rw-r--r--libc-top-half/musl/src/mq/mq_setattr.c7
-rw-r--r--libc-top-half/musl/src/mq/mq_timedreceive.c24
-rw-r--r--libc-top-half/musl/src/mq/mq_timedsend.c24
-rw-r--r--libc-top-half/musl/src/mq/mq_unlink.c16
-rw-r--r--libc-top-half/musl/src/multibyte/btowc.c10
-rw-r--r--libc-top-half/musl/src/multibyte/c16rtomb.c35
-rw-r--r--libc-top-half/musl/src/multibyte/c32rtomb.c7
-rw-r--r--libc-top-half/musl/src/multibyte/internal.c26
-rw-r--r--libc-top-half/musl/src/multibyte/internal.h24
-rw-r--r--libc-top-half/musl/src/multibyte/mblen.c6
-rw-r--r--libc-top-half/musl/src/multibyte/mbrlen.c7
-rw-r--r--libc-top-half/musl/src/multibyte/mbrtoc16.c30
-rw-r--r--libc-top-half/musl/src/multibyte/mbrtoc32.c13
-rw-r--r--libc-top-half/musl/src/multibyte/mbrtowc.c51
-rw-r--r--libc-top-half/musl/src/multibyte/mbsinit.c6
-rw-r--r--libc-top-half/musl/src/multibyte/mbsnrtowcs.c55
-rw-r--r--libc-top-half/musl/src/multibyte/mbsrtowcs.c120
-rw-r--r--libc-top-half/musl/src/multibyte/mbstowcs.c7
-rw-r--r--libc-top-half/musl/src/multibyte/mbtowc.c47
-rw-r--r--libc-top-half/musl/src/multibyte/wcrtomb.c37
-rw-r--r--libc-top-half/musl/src/multibyte/wcsnrtombs.c35
-rw-r--r--libc-top-half/musl/src/multibyte/wcsrtombs.c55
-rw-r--r--libc-top-half/musl/src/multibyte/wcstombs.c7
-rw-r--r--libc-top-half/musl/src/multibyte/wctob.c11
-rw-r--r--libc-top-half/musl/src/multibyte/wctomb.c8
-rw-r--r--libc-top-half/musl/src/network/accept.c7
-rw-r--r--libc-top-half/musl/src/network/accept4.c19
-rw-r--r--libc-top-half/musl/src/network/bind.c7
-rw-r--r--libc-top-half/musl/src/network/connect.c7
-rw-r--r--libc-top-half/musl/src/network/dn_comp.c107
-rw-r--r--libc-top-half/musl/src/network/dn_expand.c33
-rw-r--r--libc-top-half/musl/src/network/dn_skipname.c15
-rw-r--r--libc-top-half/musl/src/network/dns_parse.c33
-rw-r--r--libc-top-half/musl/src/network/ent.c22
-rw-r--r--libc-top-half/musl/src/network/ether.c58
-rw-r--r--libc-top-half/musl/src/network/freeaddrinfo.c16
-rw-r--r--libc-top-half/musl/src/network/gai_strerror.c25
-rw-r--r--libc-top-half/musl/src/network/getaddrinfo.c135
-rw-r--r--libc-top-half/musl/src/network/gethostbyaddr.c24
-rw-r--r--libc-top-half/musl/src/network/gethostbyaddr_r.c71
-rw-r--r--libc-top-half/musl/src/network/gethostbyname.c11
-rw-r--r--libc-top-half/musl/src/network/gethostbyname2.c25
-rw-r--r--libc-top-half/musl/src/network/gethostbyname2_r.c80
-rw-r--r--libc-top-half/musl/src/network/gethostbyname_r.c11
-rw-r--r--libc-top-half/musl/src/network/getifaddrs.c216
-rw-r--r--libc-top-half/musl/src/network/getnameinfo.c200
-rw-r--r--libc-top-half/musl/src/network/getpeername.c7
-rw-r--r--libc-top-half/musl/src/network/getservbyname.c12
-rw-r--r--libc-top-half/musl/src/network/getservbyname_r.c55
-rw-r--r--libc-top-half/musl/src/network/getservbyport.c12
-rw-r--r--libc-top-half/musl/src/network/getservbyport_r.c60
-rw-r--r--libc-top-half/musl/src/network/getsockname.c7
-rw-r--r--libc-top-half/musl/src/network/getsockopt.c41
-rw-r--r--libc-top-half/musl/src/network/h_errno.c11
-rw-r--r--libc-top-half/musl/src/network/herror.c8
-rw-r--r--libc-top-half/musl/src/network/hstrerror.c18
-rw-r--r--libc-top-half/musl/src/network/htonl.c8
-rw-r--r--libc-top-half/musl/src/network/htons.c8
-rw-r--r--libc-top-half/musl/src/network/if_freenameindex.c7
-rw-r--r--libc-top-half/musl/src/network/if_indextoname.c23
-rw-r--r--libc-top-half/musl/src/network/if_nameindex.c114
-rw-r--r--libc-top-half/musl/src/network/if_nametoindex.c18
-rw-r--r--libc-top-half/musl/src/network/in6addr_any.c3
-rw-r--r--libc-top-half/musl/src/network/in6addr_loopback.c3
-rw-r--r--libc-top-half/musl/src/network/inet_addr.c10
-rw-r--r--libc-top-half/musl/src/network/inet_aton.c41
-rw-r--r--libc-top-half/musl/src/network/inet_legacy.c32
-rw-r--r--libc-top-half/musl/src/network/inet_ntoa.c10
-rw-r--r--libc-top-half/musl/src/network/inet_ntop.c54
-rw-r--r--libc-top-half/musl/src/network/inet_pton.c71
-rw-r--r--libc-top-half/musl/src/network/listen.c7
-rw-r--r--libc-top-half/musl/src/network/lookup.h55
-rw-r--r--libc-top-half/musl/src/network/lookup_ipliteral.c55
-rw-r--r--libc-top-half/musl/src/network/lookup_name.c425
-rw-r--r--libc-top-half/musl/src/network/lookup_serv.c114
-rw-r--r--libc-top-half/musl/src/network/netlink.c52
-rw-r--r--libc-top-half/musl/src/network/netlink.h94
-rw-r--r--libc-top-half/musl/src/network/netname.c12
-rw-r--r--libc-top-half/musl/src/network/ns_parse.c171
-rw-r--r--libc-top-half/musl/src/network/ntohl.c8
-rw-r--r--libc-top-half/musl/src/network/ntohs.c8
-rw-r--r--libc-top-half/musl/src/network/proto.c84
-rw-r--r--libc-top-half/musl/src/network/recv.c6
-rw-r--r--libc-top-half/musl/src/network/recvfrom.c7
-rw-r--r--libc-top-half/musl/src/network/recvmmsg.c39
-rw-r--r--libc-top-half/musl/src/network/recvmsg.c68
-rw-r--r--libc-top-half/musl/src/network/res_init.c6
-rw-r--r--libc-top-half/musl/src/network/res_mkquery.c44
-rw-r--r--libc-top-half/musl/src/network/res_msend.c188
-rw-r--r--libc-top-half/musl/src/network/res_query.c26
-rw-r--r--libc-top-half/musl/src/network/res_querydomain.c14
-rw-r--r--libc-top-half/musl/src/network/res_send.c9
-rw-r--r--libc-top-half/musl/src/network/res_state.c9
-rw-r--r--libc-top-half/musl/src/network/resolvconf.c94
-rw-r--r--libc-top-half/musl/src/network/send.c6
-rw-r--r--libc-top-half/musl/src/network/sendmmsg.c30
-rw-r--r--libc-top-half/musl/src/network/sendmsg.c29
-rw-r--r--libc-top-half/musl/src/network/sendto.c7
-rw-r--r--libc-top-half/musl/src/network/serv.c14
-rw-r--r--libc-top-half/musl/src/network/setsockopt.c46
-rw-r--r--libc-top-half/musl/src/network/shutdown.c7
-rw-r--r--libc-top-half/musl/src/network/sockatmark.c10
-rw-r--r--libc-top-half/musl/src/network/socket.c21
-rw-r--r--libc-top-half/musl/src/network/socketpair.c25
-rw-r--r--libc-top-half/musl/src/passwd/fgetgrent.c12
-rw-r--r--libc-top-half/musl/src/passwd/fgetpwent.c12
-rw-r--r--libc-top-half/musl/src/passwd/fgetspent.c15
-rw-r--r--libc-top-half/musl/src/passwd/getgr_a.c169
-rw-r--r--libc-top-half/musl/src/passwd/getgr_r.c49
-rw-r--r--libc-top-half/musl/src/passwd/getgrent.c39
-rw-r--r--libc-top-half/musl/src/passwd/getgrent_a.c68
-rw-r--r--libc-top-half/musl/src/passwd/getgrouplist.c81
-rw-r--r--libc-top-half/musl/src/passwd/getpw_a.c142
-rw-r--r--libc-top-half/musl/src/passwd/getpw_r.c42
-rw-r--r--libc-top-half/musl/src/passwd/getpwent.c37
-rw-r--r--libc-top-half/musl/src/passwd/getpwent_a.c54
-rw-r--r--libc-top-half/musl/src/passwd/getspent.c14
-rw-r--r--libc-top-half/musl/src/passwd/getspnam.c18
-rw-r--r--libc-top-half/musl/src/passwd/getspnam_r.c125
-rw-r--r--libc-top-half/musl/src/passwd/lckpwdf.c11
-rw-r--r--libc-top-half/musl/src/passwd/nscd.h44
-rw-r--r--libc-top-half/musl/src/passwd/nscd_query.c115
-rw-r--r--libc-top-half/musl/src/passwd/putgrent.c17
-rw-r--r--libc-top-half/musl/src/passwd/putpwent.c10
-rw-r--r--libc-top-half/musl/src/passwd/putspent.c13
-rw-r--r--libc-top-half/musl/src/passwd/pwf.h15
-rw-r--r--libc-top-half/musl/src/prng/__rand48_step.c14
-rw-r--r--libc-top-half/musl/src/prng/__seed48.c3
-rw-r--r--libc-top-half/musl/src/prng/drand48.c17
-rw-r--r--libc-top-half/musl/src/prng/lcong48.c8
-rw-r--r--libc-top-half/musl/src/prng/lrand48.c13
-rw-r--r--libc-top-half/musl/src/prng/mrand48.c13
-rw-r--r--libc-top-half/musl/src/prng/rand.c15
-rw-r--r--libc-top-half/musl/src/prng/rand48.h5
-rw-r--r--libc-top-half/musl/src/prng/rand_r.c15
-rw-r--r--libc-top-half/musl/src/prng/random.c126
-rw-r--r--libc-top-half/musl/src/prng/seed48.c11
-rw-r--r--libc-top-half/musl/src/prng/srand48.c6
-rw-r--r--libc-top-half/musl/src/process/_Fork.c38
-rw-r--r--libc-top-half/musl/src/process/arm/vfork.s10
-rw-r--r--libc-top-half/musl/src/process/execl.c22
-rw-r--r--libc-top-half/musl/src/process/execle.c23
-rw-r--r--libc-top-half/musl/src/process/execlp.c22
-rw-r--r--libc-top-half/musl/src/process/execv.c8
-rw-r--r--libc-top-half/musl/src/process/execve.c8
-rw-r--r--libc-top-half/musl/src/process/execvp.c60
-rw-r--r--libc-top-half/musl/src/process/fdop.h17
-rw-r--r--libc-top-half/musl/src/process/fexecve.c16
-rw-r--r--libc-top-half/musl/src/process/fork.c86
-rw-r--r--libc-top-half/musl/src/process/i386/vfork.s12
-rw-r--r--libc-top-half/musl/src/process/posix_spawn.c214
-rw-r--r--libc-top-half/musl/src/process/posix_spawn_file_actions_addchdir.c18
-rw-r--r--libc-top-half/musl/src/process/posix_spawn_file_actions_addclose.c17
-rw-r--r--libc-top-half/musl/src/process/posix_spawn_file_actions_adddup2.c18
-rw-r--r--libc-top-half/musl/src/process/posix_spawn_file_actions_addfchdir.c18
-rw-r--r--libc-top-half/musl/src/process/posix_spawn_file_actions_addopen.c21
-rw-r--r--libc-top-half/musl/src/process/posix_spawn_file_actions_destroy.c14
-rw-r--r--libc-top-half/musl/src/process/posix_spawn_file_actions_init.c7
-rw-r--r--libc-top-half/musl/src/process/posix_spawnattr_destroy.c6
-rw-r--r--libc-top-half/musl/src/process/posix_spawnattr_getflags.c7
-rw-r--r--libc-top-half/musl/src/process/posix_spawnattr_getpgroup.c7
-rw-r--r--libc-top-half/musl/src/process/posix_spawnattr_getsigdefault.c7
-rw-r--r--libc-top-half/musl/src/process/posix_spawnattr_getsigmask.c7
-rw-r--r--libc-top-half/musl/src/process/posix_spawnattr_init.c7
-rw-r--r--libc-top-half/musl/src/process/posix_spawnattr_sched.c25
-rw-r--r--libc-top-half/musl/src/process/posix_spawnattr_setflags.c18
-rw-r--r--libc-top-half/musl/src/process/posix_spawnattr_setpgroup.c7
-rw-r--r--libc-top-half/musl/src/process/posix_spawnattr_setsigdefault.c7
-rw-r--r--libc-top-half/musl/src/process/posix_spawnattr_setsigmask.c7
-rw-r--r--libc-top-half/musl/src/process/posix_spawnp.c13
-rw-r--r--libc-top-half/musl/src/process/s390x/vfork.s6
-rw-r--r--libc-top-half/musl/src/process/sh/vfork.s20
-rw-r--r--libc-top-half/musl/src/process/system.c46
-rw-r--r--libc-top-half/musl/src/process/vfork.c14
-rw-r--r--libc-top-half/musl/src/process/wait.c6
-rw-r--r--libc-top-half/musl/src/process/waitid.c7
-rw-r--r--libc-top-half/musl/src/process/waitpid.c7
-rw-r--r--libc-top-half/musl/src/process/x32/vfork.s10
-rw-r--r--libc-top-half/musl/src/process/x86_64/vfork.s10
-rw-r--r--libc-top-half/musl/src/regex/fnmatch.c321
-rw-r--r--libc-top-half/musl/src/regex/glob.c317
-rw-r--r--libc-top-half/musl/src/regex/regcomp.c2953
-rw-r--r--libc-top-half/musl/src/regex/regerror.c37
-rw-r--r--libc-top-half/musl/src/regex/regexec.c1028
-rw-r--r--libc-top-half/musl/src/regex/tre-mem.c158
-rw-r--r--libc-top-half/musl/src/regex/tre.h233
-rw-r--r--libc-top-half/musl/src/sched/affinity.c33
-rw-r--r--libc-top-half/musl/src/sched/sched_cpucount.c11
-rw-r--r--libc-top-half/musl/src/sched/sched_get_priority_max.c12
-rw-r--r--libc-top-half/musl/src/sched/sched_getcpu.c42
-rw-r--r--libc-top-half/musl/src/sched/sched_getparam.c8
-rw-r--r--libc-top-half/musl/src/sched/sched_getscheduler.c8
-rw-r--r--libc-top-half/musl/src/sched/sched_rr_get_interval.c21
-rw-r--r--libc-top-half/musl/src/sched/sched_setparam.c8
-rw-r--r--libc-top-half/musl/src/sched/sched_setscheduler.c8
-rw-r--r--libc-top-half/musl/src/sched/sched_yield.c7
-rw-r--r--libc-top-half/musl/src/search/hsearch.c153
-rw-r--r--libc-top-half/musl/src/search/insque.c32
-rw-r--r--libc-top-half/musl/src/search/lsearch.c31
-rw-r--r--libc-top-half/musl/src/search/tdelete.c49
-rw-r--r--libc-top-half/musl/src/search/tdestroy.c16
-rw-r--r--libc-top-half/musl/src/search/tfind.c20
-rw-r--r--libc-top-half/musl/src/search/tsearch.c92
-rw-r--r--libc-top-half/musl/src/search/tsearch.h13
-rw-r--r--libc-top-half/musl/src/search/twalk.c22
-rw-r--r--libc-top-half/musl/src/select/poll.c15
-rw-r--r--libc-top-half/musl/src/select/pselect.c26
-rw-r--r--libc-top-half/musl/src/select/select.c44
-rw-r--r--libc-top-half/musl/src/setjmp/aarch64/longjmp.s23
-rw-r--r--libc-top-half/musl/src/setjmp/aarch64/setjmp.s24
-rw-r--r--libc-top-half/musl/src/setjmp/arm/longjmp.S50
-rw-r--r--libc-top-half/musl/src/setjmp/arm/setjmp.S52
-rw-r--r--libc-top-half/musl/src/setjmp/i386/longjmp.s16
-rw-r--r--libc-top-half/musl/src/setjmp/i386/setjmp.s23
-rw-r--r--libc-top-half/musl/src/setjmp/longjmp.c0
-rw-r--r--libc-top-half/musl/src/setjmp/m68k/longjmp.s14
-rw-r--r--libc-top-half/musl/src/setjmp/m68k/setjmp.s18
-rw-r--r--libc-top-half/musl/src/setjmp/microblaze/longjmp.s29
-rw-r--r--libc-top-half/musl/src/setjmp/microblaze/setjmp.s32
-rw-r--r--libc-top-half/musl/src/setjmp/mips/longjmp.S34
-rw-r--r--libc-top-half/musl/src/setjmp/mips/setjmp.S33
-rw-r--r--libc-top-half/musl/src/setjmp/mips64/longjmp.S37
-rw-r--r--libc-top-half/musl/src/setjmp/mips64/setjmp.S34
-rw-r--r--libc-top-half/musl/src/setjmp/mipsn32/longjmp.S36
-rw-r--r--libc-top-half/musl/src/setjmp/mipsn32/setjmp.S34
-rw-r--r--libc-top-half/musl/src/setjmp/or1k/longjmp.s25
-rw-r--r--libc-top-half/musl/src/setjmp/or1k/setjmp.s27
-rw-r--r--libc-top-half/musl/src/setjmp/powerpc/longjmp.S99
-rw-r--r--libc-top-half/musl/src/setjmp/powerpc/setjmp.S93
-rw-r--r--libc-top-half/musl/src/setjmp/powerpc64/longjmp.s81
-rw-r--r--libc-top-half/musl/src/setjmp/powerpc64/setjmp.s89
-rw-r--r--libc-top-half/musl/src/setjmp/riscv64/longjmp.S42
-rw-r--r--libc-top-half/musl/src/setjmp/riscv64/setjmp.S41
-rw-r--r--libc-top-half/musl/src/setjmp/s390x/longjmp.s23
-rw-r--r--libc-top-half/musl/src/setjmp/s390x/setjmp.s25
-rw-r--r--libc-top-half/musl/src/setjmp/setjmp.c0
-rw-r--r--libc-top-half/musl/src/setjmp/sh/longjmp.S28
-rw-r--r--libc-top-half/musl/src/setjmp/sh/setjmp.S32
-rw-r--r--libc-top-half/musl/src/setjmp/x32/longjmp.s18
-rw-r--r--libc-top-half/musl/src/setjmp/x32/setjmp.s22
-rw-r--r--libc-top-half/musl/src/setjmp/x86_64/longjmp.s18
-rw-r--r--libc-top-half/musl/src/setjmp/x86_64/setjmp.s22
-rw-r--r--libc-top-half/musl/src/signal/aarch64/restore.s10
-rw-r--r--libc-top-half/musl/src/signal/aarch64/sigsetjmp.s21
-rw-r--r--libc-top-half/musl/src/signal/arm/restore.s15
-rw-r--r--libc-top-half/musl/src/signal/arm/sigsetjmp.s24
-rw-r--r--libc-top-half/musl/src/signal/block.c44
-rw-r--r--libc-top-half/musl/src/signal/getitimer.c18
-rw-r--r--libc-top-half/musl/src/signal/i386/restore.s14
-rw-r--r--libc-top-half/musl/src/signal/i386/sigsetjmp.s26
-rw-r--r--libc-top-half/musl/src/signal/kill.c7
-rw-r--r--libc-top-half/musl/src/signal/killpg.c11
-rw-r--r--libc-top-half/musl/src/signal/m68k/sigsetjmp.s29
-rw-r--r--libc-top-half/musl/src/signal/microblaze/restore.s13
-rw-r--r--libc-top-half/musl/src/signal/microblaze/sigsetjmp.s22
-rw-r--r--libc-top-half/musl/src/signal/mips/restore.s15
-rw-r--r--libc-top-half/musl/src/signal/mips/sigsetjmp.s33
-rw-r--r--libc-top-half/musl/src/signal/mips64/restore.s11
-rw-r--r--libc-top-half/musl/src/signal/mips64/sigsetjmp.s38
-rw-r--r--libc-top-half/musl/src/signal/mipsn32/restore.s11
-rw-r--r--libc-top-half/musl/src/signal/mipsn32/sigsetjmp.s38
-rw-r--r--libc-top-half/musl/src/signal/or1k/sigsetjmp.s24
-rw-r--r--libc-top-half/musl/src/signal/powerpc/restore.s13
-rw-r--r--libc-top-half/musl/src/signal/powerpc/sigsetjmp.s27
-rw-r--r--libc-top-half/musl/src/signal/powerpc64/restore.s13
-rw-r--r--libc-top-half/musl/src/signal/powerpc64/sigsetjmp.s37
-rw-r--r--libc-top-half/musl/src/signal/psiginfo.c6
-rw-r--r--libc-top-half/musl/src/signal/psignal.c27
-rw-r--r--libc-top-half/musl/src/signal/raise.c13
-rw-r--r--libc-top-half/musl/src/signal/restore.c12
-rw-r--r--libc-top-half/musl/src/signal/riscv64/restore.s8
-rw-r--r--libc-top-half/musl/src/signal/riscv64/sigsetjmp.s23
-rw-r--r--libc-top-half/musl/src/signal/s390x/restore.s11
-rw-r--r--libc-top-half/musl/src/signal/s390x/sigsetjmp.s23
-rw-r--r--libc-top-half/musl/src/signal/setitimer.c26
-rw-r--r--libc-top-half/musl/src/signal/sh/restore.s24