Fix inclusion of nonexistent libc headers
This commit is contained in:
parent
f7ce02bab5
commit
73b6407424
@ -7,7 +7,6 @@
|
||||
#include "../halt.h"
|
||||
#include "../paging.h"
|
||||
#include "arch_consts.h"
|
||||
#include <klog.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
@ -6,7 +6,6 @@
|
||||
#include "cpu/halt.h"
|
||||
#include "vga_err.h"
|
||||
#include <grub/multiboot2.h>
|
||||
#include <klog.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
14
libc/stdio.c
14
libc/stdio.c
@ -1,11 +1,11 @@
|
||||
#include <dbg.h>
|
||||
#include <ipc/vfs.h>
|
||||
#include <limits.h>
|
||||
// #include <dbg.h>
|
||||
// #include <ipc/vfs.h>
|
||||
// #include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <tasking.h>
|
||||
#include <unistd.h>
|
||||
// #include <stdlib.h>
|
||||
// #include <string.h>
|
||||
// #include <tasking.h>
|
||||
// #include <unistd.h>
|
||||
|
||||
// #define VFS_PID 2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user