asprintf() and vasprintf() are in POSIX-2024. Update #include
authorguenther <guenther@openbsd.org>
Wed, 7 Aug 2024 05:15:28 +0000 (05:15 +0000)
committerguenther <guenther@openbsd.org>
Wed, 7 Aug 2024 05:15:28 +0000 (05:15 +0000)
commitbcac9d59b1c709715ee9a9d1aa6246381ce113ff
tree6be46a10f432e3f68e1d84086080cd53785e3ced
parente4900374111d9fcb2dbe48f0cc7afe9c6094da02
asprintf() and vasprintf() are in POSIX-2024.  Update #include
visibility and manpages and add restrict qualifiers in all the
specified places to the *printf family.

ok millert@
include/stdio.h
lib/libc/stdio/printf.3