summaryrefslogtreecommitdiff
path: root/modules/get_ppid_of
Commit message (Collapse)AuthorAgeFilesLines
* get_ppid_of: Make more robust in multithreaded applications.Bruno Haible2020-05-281-0/+1
| | | | | * lib/get_ppid_of.c (get_ppid_of): Pass an O_CLOEXEC flag to open(). * modules/get_ppid_of (Depends-on): Add 'open'.
* get_ppid_of: New module.Bruno Haible2019-08-141-0/+25
* lib/get_ppid_of.h: New file. * lib/get_ppid_of.c: New file. * modules/get_ppid_of: New file.