unikraft / lib-musl

musl: A C standard library
Other
8 stars 27 forks source link

Support for environment variables with `lib/posix-environ` #43

Closed skuenzer closed 1 year ago

skuenzer commented 1 year ago

Commit 980bf211 enabled code for managing environment variables with musl, however they were never populated during boot. With PR #868 in the Unikraft core environment variables are officially supported with posix-environ. This PR enables and integrates this implementation with musl.