aboutsummaryrefslogtreecommitdiffstats
path: root/libexec_copy_environ.c (unfollow)
Commit message (Collapse)AuthorFilesLines
13 daysm whitespaceMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <m@maandree.se>
2024-05-05Remove libexec_init_command, doc stuff, make functions inline, and fix a bugMattias Andrée53-429/+444
libexec_init_command was a huge oversight, it cannot be used as it would set .library_version to the libraries version of LIBEXEC_VERSION rather than the application's; instead LIBEXEC_COMMAND_INIT should be used. Signed-off-by: Mattias Andrée <maandree@kth.se>