]> git.kaiwu.me - haproxy.git/commit
MINOR: tools: add get_exec_path implementation for solaris based systems.
authorDavid Carlier <devnexen@gmail.com>
Sat, 14 May 2022 16:15:49 +0000 (17:15 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 17 May 2022 09:44:21 +0000 (11:44 +0200)
commit7198c700bc1881c115062d9a4019b960ab0e0b57
tree2c64c6f11cece8cf27a8f6857f227731ce232d20
parent135c1ec139d169a9fa432b8d85c6c76c1e57b0cc
MINOR: tools: add get_exec_path implementation for solaris based systems.

We can use getexecname() which fetches AT_SUN_EXECNAME from the auxiliary
vectors.
src/tools.c