MINOR: tools: add FreeBSD support to get_exec_path()
authordevnexen@gmail.com <devnexen@gmail.com>
Tue, 17 Aug 2021 11:55:49 +0000 (12:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 20 Aug 2021 15:33:32 +0000 (17:33 +0200)
commitc4e5232db89786bdd12cf8d23cedd17a8c65770c
tree3d4ca38faca01d2becb6fe75eb8fa136e8ad3695
parent1e7bef17df84527d7ae3bb9ee665e3cdf3e017cf
MINOR: tools: add FreeBSD support to get_exec_path()

FreeBSD stores the absolute path into the auxiliary vector as well.
The auxiliary vector is found in __elf_aux_vector there.
src/tools.c