]> git.proxmox.com Git - wasi-libc.git/commit
Delete several blocks of unused code. (#294)
authorDan Gohman <dev@sunfishcode.online>
Wed, 20 Jul 2022 22:46:06 +0000 (15:46 -0700)
committerGitHub <noreply@github.com>
Wed, 20 Jul 2022 22:46:06 +0000 (15:46 -0700)
commit60f221a400e36ba59d99c191a86e978117320f0a
treeb50e1ee1e6285aba6eb9dd03abf3a3bdaaa28624
parent7a21011e98dd9268a33f90fd282db92cbdd1b9d1
Delete several blocks of unused code. (#294)

* Delete several blocks of unused code.

Delete several pieces of code from libc-bottom-half/cloudlibc that aren't in
use on wasi-libc.

* Delete more of `_CLOCK_PROCESS_CPUTIME_ID` or `_CLOCK_THREAD_CPUTIME_ID`.
28 files changed:
expected/wasm32-wasi/defined-symbols.txt
expected/wasm32-wasi/predefined-macros.txt
libc-bottom-half/cloudlibc/src/common/errno.h [deleted file]
libc-bottom-half/cloudlibc/src/common/overflow.h [deleted file]
libc-bottom-half/cloudlibc/src/common/time.h
libc-bottom-half/cloudlibc/src/include/_/cdefs.h
libc-bottom-half/cloudlibc/src/include/stdlib.h [deleted file]
libc-bottom-half/cloudlibc/src/libc/dirent/fdopendir.c
libc-bottom-half/cloudlibc/src/libc/fcntl/openat.c
libc-bottom-half/cloudlibc/src/libc/stdio/renameat.c
libc-bottom-half/cloudlibc/src/libc/stdlib/_Exit.c
libc-bottom-half/cloudlibc/src/libc/sys/socket/recv.c
libc-bottom-half/cloudlibc/src/libc/sys/socket/send.c
libc-bottom-half/cloudlibc/src/libc/sys/socket/shutdown.c
libc-bottom-half/cloudlibc/src/libc/sys/stat/fstatat.c
libc-bottom-half/cloudlibc/src/libc/sys/stat/mkdirat.c
libc-bottom-half/cloudlibc/src/libc/sys/stat/utimensat.c
libc-bottom-half/cloudlibc/src/libc/time/CLOCK_PROCESS_CPUTIME_ID.c [deleted file]
libc-bottom-half/cloudlibc/src/libc/time/CLOCK_THREAD_CPUTIME_ID.c [deleted file]
libc-bottom-half/cloudlibc/src/libc/time/nanosleep.c
libc-bottom-half/cloudlibc/src/libc/unistd/faccessat.c
libc-bottom-half/cloudlibc/src/libc/unistd/linkat.c
libc-bottom-half/cloudlibc/src/libc/unistd/readlinkat.c
libc-bottom-half/cloudlibc/src/libc/unistd/symlinkat.c
libc-bottom-half/cloudlibc/src/libc/unistd/unlinkat.c
libc-bottom-half/headers/public/__header_time.h
libc-bottom-half/sources/__wasilibc_rmdirat.c
libc-bottom-half/sources/__wasilibc_unlinkat.c