]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Add vasprintf() and asprintf() functions missing on AIX
authorGuillem Jover <guillem@hadrons.org>
Mon, 12 Feb 2024 00:04:37 +0000 (01:04 +0100)
committerGuillem Jover <guillem@hadrons.org>
Sun, 25 Feb 2024 03:18:51 +0000 (04:18 +0100)
commitec7f5ee984c55659f77c73db00457d3bcbeb040c
treed609d30b3a2228647131aeae40b694410933ac51
parent5392f0c1a44f5898eec4ff6ab0866b2f5c917855
Add vasprintf() and asprintf() functions missing on AIX

These functions are used by code in the library, even though these
functions started as GNU extensions, they are present in all BSDs,
so we expose them as part of our interface on AIX.
COPYING
configure.ac
include/bsd/stdio.h
src/Makefile.am
src/asprintf.c [new file with mode: 0644]
src/libbsd.map.in
src/vasprintf.c [new file with mode: 0644]