mirror of
https://git.suyu.dev/suyu/AppImageKit-checkrt.git
synced 2025-12-27 01:34:42 +01:00
I don't know why, but getppid() returns wrong result for me when application is started
This commit is contained in:
parent
07e851fcc8
commit
b2ac83a76e
4 changed files with 40 additions and 7 deletions
1
env.h
1
env.h
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <unistd.h>
|
||||
|
||||
pid_t get_parent_pid();
|
||||
char* const* read_parent_env();
|
||||
void env_free(char* const *env);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue