mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +00:00
Kernel+LibC: Add sys$set_process_name() for changing the process name
This commit is contained in:
parent
0b287c18b9
commit
b5f54d4153
5 changed files with 22 additions and 1 deletions
|
@ -55,6 +55,7 @@ __BEGIN_DECLS
|
|||
extern char** environ;
|
||||
|
||||
int get_process_name(char* buffer, int buffer_size);
|
||||
int set_process_name(const char* name, size_t name_length);
|
||||
void dump_backtrace();
|
||||
int fsync(int fd);
|
||||
void sysbeep();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue