compilation fix

This commit is contained in:
apio 2022-10-26 19:17:26 +02:00
parent 8eb986df63
commit 4f6333ca17

View File

@ -53,7 +53,7 @@ static void check_for_file(int fd, FILE** target_stream, const char* path, const
extern char* program_invocation_name;
extern "C" void initialize_libc(int argc, char** argv)
extern "C" void initialize_libc(int, char** argv)
{
check_for_file(STDIN_FILENO, &stdin, "/dev/kbd", "r");
check_for_file(STDOUT_FILENO, &stdout, "/dev/console", "rw");