gmid/compat
Omar Polo fe90d24fd0 add compat for setproctitle
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.)
2021-02-04 13:42:35 +00:00
..
err.c fixing compat compilation 2021-01-22 17:00:56 +00:00
explicit_bzero.c fixing compat compilation 2021-01-22 17:00:56 +00:00
getprogname.c fixing compat compilation 2021-01-22 17:00:56 +00:00
recallocarray.c fixing compat compilation 2021-01-22 17:00:56 +00:00
setproctitle.c add compat for setproctitle 2021-02-04 13:42:35 +00:00
strlcat.c fixing compat compilation 2021-01-22 17:00:56 +00:00
strlcpy.c fixing compat compilation 2021-01-22 17:00:56 +00:00
strtonum.c fixing compat compilation 2021-01-22 17:00:56 +00:00
vasprintf.c fixing compat compilation 2021-01-22 17:00:56 +00:00