]> git.ipfire.org Git - thirdparty/libbsd.git/commit
build: Conditionalize getprogname()/setprogname on macOS
authorGuillem Jover <guillem@hadrons.org>
Sat, 22 Apr 2023 20:47:10 +0000 (22:47 +0200)
committerGuillem Jover <guillem@hadrons.org>
Sat, 22 Apr 2023 20:47:33 +0000 (22:47 +0200)
commitedc746ea7b8725578e8533b094d40c2be5c04b8b
tree06105da7a6ff0f17a9b0dee61586b4acccb03991
parent8f998d1d204c7a6218b49b021b74e6ac2e8fc642
build: Conditionalize getprogname()/setprogname on macOS

These functions are provided by the system libc, so there is no need for
us to provide them.
configure.ac
include/bsd/stdlib.h
man/Makefile.am
test/Makefile.am