]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Split errc family of functions from err ones
authorGuillem Jover <guillem@hadrons.org>
Sat, 17 Feb 2024 04:25:01 +0000 (05:25 +0100)
committerGuillem Jover <guillem@hadrons.org>
Sun, 18 Feb 2024 13:02:32 +0000 (14:02 +0100)
commit9fab225f2676c1a230bb9ea71a548e3b9796a28d
tree39f406883304a5d9d33d1b66ffe9105e359810b5
parent461f10ac579f4e997db7493c61b2601c269bef1d
Split errc family of functions from err ones

On most systems the err family of functions is already present, but are
missing the errc family of functions, which are also present on some
other systems. Splitting them into separate files will make it easer to
conditionally include one or the other.
configure.ac
man/Makefile.am
src/Makefile.am
src/err.c
src/errc.c [new file with mode: 0644]