rewrite sys_mmap() as sys_new_mmap()
This commit is contained in:
@ -22,7 +22,11 @@ struct program_image_section {
|
||||
unsigned long len;
|
||||
unsigned long remote_pa;
|
||||
unsigned long filesz, offset;
|
||||
int prot;
|
||||
int padding;
|
||||
#if 0
|
||||
void *source;
|
||||
#endif
|
||||
};
|
||||
|
||||
struct program_load_desc {
|
||||
|
||||
Reference in New Issue
Block a user