]> git.proxmox.com Git - wasi-libc.git/commit
Avoid varargs conventions when calling open (#126)
authorDan Gohman <sunfish@mozilla.com>
Tue, 5 Nov 2019 00:37:45 +0000 (16:37 -0800)
committerGitHub <noreply@github.com>
Tue, 5 Nov 2019 00:37:45 +0000 (16:37 -0800)
commita94d2d04e7722b323573da2bd04e909a5763d35b
tree87f52fe09a66aa832e205684dcaaf95954270c18
parent7fcc4f29df3c04c202616a9f7aa552f404807728
Avoid varargs conventions when calling open (#126)

* Add an entrypoint for calling open that bypasses the varargs.

* Add an entrypoint for calling openat that bypasses the varargs.
expected/wasm32-wasi/defined-symbols.txt
libc-bottom-half/cloudlibc/src/libc/dirent/opendirat.c
libc-bottom-half/cloudlibc/src/libc/dirent/scandirat.c
libc-bottom-half/cloudlibc/src/libc/fcntl/openat.c
libc-bottom-half/headers/public/wasi/libc.h
libc-bottom-half/libpreopen/libpreopen.c
libc-bottom-half/sources/truncate.c
libc-top-half/musl/src/stdio/fopen.c