mirror of
https://github.com/linux-msm/qrtr.git
synced 2026-04-09 14:52:32 +02:00
3c60eb7e0ed7057e01b49ca5c51134de31cbe6f6
The __progname symbol is a GNU extension and thus not portable, but basename (from libgen.h) and argv[0] can be used portably instead. (qrtr-lookup already used argv[0] but did not apply basename, so do that for consisntency.) Signed-off-by: Eric Caruso <ejcaruso@chromium.org>
Description
Languages
C
86.8%
Python
5.9%
Shell
5.3%
Meson
2%