]> git.proxmox.com Git - wasi-libc.git/commit - libc-bottom-half/sources/preopens.c
Rewrite the preopen functionality. (#173)
authorDan Gohman <sunfish@mozilla.com>
Mon, 1 Jun 2020 21:32:24 +0000 (14:32 -0700)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2020 21:32:24 +0000 (14:32 -0700)
commit84c0778bff35bca3b5fa7814a3e1f3fb36362af6
tree17423fef0039b7e9af9466b79262ded3bf0fa461
parentd1cd4f4836899adb06dd3c9876fc2006558e01f7
Rewrite the preopen functionality. (#173)

* Rewrite the preopen functionality.

Rewrite the preopen functionality to be simpler, better organized,
and better integrated into WASI libc. Preopen support has diverged so
much from libpreopen that it no longer makes sense to track libpreopen
as an explicit upstream. And add more documentation.

* Fix missing #include.

* Fix a compilation error.
LICENSE
Makefile
libc-bottom-half/README.md
libc-bottom-half/headers/public/wasi/libc-find-relpath.h
libc-bottom-half/headers/public/wasi/libc.h
libc-bottom-half/libpreopen/libpreopen.c [deleted file]
libc-bottom-half/sources/posix.c [new file with mode: 0644]
libc-bottom-half/sources/preopens.c [new file with mode: 0644]
libc-top-half/README.md