mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
Add simplified mmap() and munmap() syscalls.
This commit is contained in:
parent
a5caf7ca99
commit
9a296d63f3
13 changed files with 116 additions and 2 deletions
|
@ -24,6 +24,8 @@ enum Function {
|
|||
PosixGetgid = 0x1992,
|
||||
PosixGetpid = 0x1993,
|
||||
PosixWaitpid = 0x1994,
|
||||
PosixMmap = 0x1995,
|
||||
PosixMunmap = 0x1996,
|
||||
};
|
||||
|
||||
void initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue