]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Make getprogname() porting mandatory
authorGuillem Jover <guillem@hadrons.org>
Mon, 17 Apr 2023 21:59:03 +0000 (23:59 +0200)
committerGuillem Jover <guillem@hadrons.org>
Fri, 21 Apr 2023 03:20:27 +0000 (05:20 +0200)
commit92337b15a2414c5ead6dde55b366687ec464b847
treedb33ff4ec276b49971ba1d027fe434a56ee41a0d
parent90b7f3aeba2805e06181286b442429b136540214
Make getprogname() porting mandatory

Although the function is documented as possibly returning NULL if it
cannot find a known source of information, we should still at least
attempt to port it to any supported system, and otherwise explicitly
mark it as not implementable for such systems if that was to be the
case.
src/progname.c