1
Fork 0
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:
Brendan Coles 2020-12-16 15:31:37 +00:00 committed by Andreas Kling
parent 3e72fd68b0
commit a46e48089d
2 changed files with 8 additions and 0 deletions

View file

@ -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);