|
Message-ID: <CAPLrYERadoDjmHHB43TiRtFc+5Kv0D5kz4aX0uNrSiOgUrxoLQ@mail.gmail.com> Date: Sun, 24 Mar 2013 10:29:08 +0100 From: Daniel Cegiełka <daniel.cegielka@...il.com> To: musl@...ts.openwall.com Subject: Re: program_invocation_name Hi, The topic was already discussed and we found that musl will not be a second glibc (with ugly solutions). One can always use: char *progname; /* __progname */ int main() { progname = basename(argv[0]); ... best regards, Daniel
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.