summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/musl
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-07-20 11:00:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-23 22:13:37 +0100
commit6cdcb1488a84da6c15145944c2aab3c604252699 (patch)
tree3d96de591265a77d95570de52da9affb22070295 /meta/recipes-core/musl
parent6b603924e50a5694421b9142494315799422928d (diff)
downloadopenembedded-core-contrib-6cdcb1488a84da6c15145944c2aab3c604252699.tar.gz
pam_systemd: Include missing.h for secure_getenv
'secure_getenv' api is not uniformly implemented across all C libraries therefore its good to include missing.h so it can use the alternative implementation where its not awvailable Fixes ../git/src/login/pam_systemd.c:344:13: error: implicit declaration of function 'secure_getenv' is invalid in C99 [-Werror,-Wimplicit-function-declaration] v = secure_getenv(key); Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/musl')
0 files changed, 0 insertions, 0 deletions