Implement page fault for lazy loading executables, w/ G
This commit is contained in:
7
tests/devices/src/lib/user/stdio.h
Normal file
7
tests/devices/src/lib/user/stdio.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __LIB_USER_STDIO_H
|
||||
#define __LIB_USER_STDIO_H
|
||||
|
||||
int hprintf (int, const char *, ...) PRINTF_FORMAT (2, 3);
|
||||
int vhprintf (int, const char *, va_list) PRINTF_FORMAT (2, 0);
|
||||
|
||||
#endif /* lib/user/stdio.h */
|
||||
Reference in New Issue
Block a user