aboutsummaryrefslogtreecommitdiff
path: root/have/pr_set_name.c
AgeCommit message (Collapse)Author
2021-02-04add compat for setproctitleOmar Polo
This adds a check for setproctitle and for the (linux) prctl PR_SET_NAME. If setproctitle is not available, on linux we provide an implementation that use prctl (taken from tmux compat layer.)