compilation fix
This commit is contained in:
parent
8eb986df63
commit
4f6333ca17
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user