We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064d798 commit fb309a3Copy full SHA for fb309a3
1 file changed
libc-bottom-half/crt/crt1.c
@@ -33,7 +33,7 @@ static __wasi_errno_t populate_args(size_t *argc, char ***argv) {
33
return __wasi_args_get(*argv, argv_buf);
34
}
35
36
-static __wasi_errno_t populate_environ() {
+static __wasi_errno_t populate_environ(void) {
37
__wasi_errno_t err;
38
39
/* Get the sizes of the arrays we'll have to create to copy in the environment. */
0 commit comments