zig/lib/libc/wasi/libc-bottom-half/sources
Frank Denis dcc1b4fd15
Update wasi-libc to 3189cd1ceec8771e8f27faab58ad05d4d6c369ef (#15817)
Also remove all the wasi-libc files we used to ship, but never compile.

The latest wasi-libc HEAD has an extra commit (a6f871343313220b76009827ed0153586361c0d5), which makes preopen initialization lazy.

Unfortunately, that breaks quite a lot of things on our end. Applications now need to explicitly call __wasilibc_populate_preopens() everywhere when the libc is linked. That can wait after 0.11.
2023-05-23 22:12:53 +02:00
..
math
__errno_location.c Update wasi-libc to 3189cd1ceec8771e8f27faab58ad05d4d6c369ef (#15817) 2023-05-23 22:12:53 +02:00
__main_void.c Update wasi-libc to a00bf321eeeca836ee2a0d2d25aeb8524107b8cc (#13626) 2022-11-28 19:58:03 +01:00
__wasilibc_dt.c Update wasi-libc to a00bf321eeeca836ee2a0d2d25aeb8524107b8cc (#13626) 2022-11-28 19:58:03 +01:00
__wasilibc_environ.c Update wasi-libc to a00bf321eeeca836ee2a0d2d25aeb8524107b8cc (#13626) 2022-11-28 19:58:03 +01:00
__wasilibc_fd_renumber.c
__wasilibc_initialize_environ.c Update wasi-libc to a00bf321eeeca836ee2a0d2d25aeb8524107b8cc (#13626) 2022-11-28 19:58:03 +01:00
__wasilibc_real.c Update wasi-libc to 3189cd1ceec8771e8f27faab58ad05d4d6c369ef (#15817) 2023-05-23 22:12:53 +02:00
__wasilibc_rmdirat.c Update wasi-libc to a00bf321eeeca836ee2a0d2d25aeb8524107b8cc (#13626) 2022-11-28 19:58:03 +01:00
__wasilibc_tell.c
__wasilibc_unlinkat.c Update wasi-libc to a00bf321eeeca836ee2a0d2d25aeb8524107b8cc (#13626) 2022-11-28 19:58:03 +01:00
abort.c
accept.c
at_fdcwd.c
chdir.c Update wasi-libc to a00bf321eeeca836ee2a0d2d25aeb8524107b8cc (#13626) 2022-11-28 19:58:03 +01:00
complex-builtins.c
environ.c Update wasi-libc to a00bf321eeeca836ee2a0d2d25aeb8524107b8cc (#13626) 2022-11-28 19:58:03 +01:00
errno.c
getcwd.c Update wasi-libc to a00bf321eeeca836ee2a0d2d25aeb8524107b8cc (#13626) 2022-11-28 19:58:03 +01:00
getentropy.c Update wasi-libc to a00bf321eeeca836ee2a0d2d25aeb8524107b8cc (#13626) 2022-11-28 19:58:03 +01:00
isatty.c Update wasi-libc to a1c7c2c7a4b2813c6f67bd2ef6e0f430d31cebad 2023-01-10 17:14:27 -05:00
posix.c Update wasi-libc to a1c7c2c7a4b2813c6f67bd2ef6e0f430d31cebad 2023-01-10 17:14:27 -05:00
preopens.c Update wasi-libc to a00bf321eeeca836ee2a0d2d25aeb8524107b8cc (#13626) 2022-11-28 19:58:03 +01:00
reallocarray.c
sbrk.c
truncate.c