mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:07:44 +00:00
UserspaceEmulator: Implement beep syscall
This commit is contained in:
parent
3e72fd68b0
commit
a46e48089d
2 changed files with 8 additions and 0 deletions
|
@ -163,6 +163,7 @@ private:
|
|||
int virt$watch_file(FlatPtr, size_t);
|
||||
int virt$readlink(FlatPtr);
|
||||
u32 virt$allocate_tls(size_t);
|
||||
int virt$beep();
|
||||
|
||||
FlatPtr allocate_vm(size_t size, size_t alignment);
|
||||
bool find_malloc_symbols(const MmapRegion& libc_text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue