mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:17:44 +00:00
Kernel: Move process coredump metadata modification to the prctl syscall
This commit is contained in:
parent
822164a686
commit
be1d7c325a
8 changed files with 17 additions and 38 deletions
|
@ -225,7 +225,6 @@ private:
|
|||
int virt$scheduler_set_parameters(FlatPtr);
|
||||
int virt$sendfd(int, int);
|
||||
int virt$sendmsg(int sockfd, FlatPtr msg_addr, int flags);
|
||||
int virt$set_coredump_metadata(FlatPtr address);
|
||||
int virt$set_mmap_name(FlatPtr);
|
||||
int virt$set_process_name(FlatPtr buffer, int size);
|
||||
int virt$set_thread_name(pid_t, FlatPtr, size_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue