openrc/src/libeinfo
Sam James c1cd3c9830 Don't re-define strlcpy/strlcat with >=glibc-2.38
`>=glibc-2.38` implements strlcpy, strlcat, etc so check for those functions
with Meson and don't provide conflicting prototypes.

Technically, it doesn't need _GNU_SOURCE, but it's easier because it's not
clear right now what glibc wants to guard it with. Note that these are in
POSIX next anyway.

Fixes: https://github.com/OpenRC/openrc/issues/643
Signed-off-by: Sam James <sam@gentoo.org>
2023-08-29 23:31:18 -04:00
..
einfo.h einfo.h: fix EINFO_RESTRICT macro usage 2023-04-23 16:11:15 -04:00
einfo.map Revert "Make einfo routines private" 2013-10-21 13:49:41 -05:00
libeinfo.c Don't re-define strlcpy/strlcat with >=glibc-2.38 2023-08-29 23:31:18 -04:00
meson.build add meson build files 2021-09-04 16:01:29 -05:00