Files
void-packages/srcpkgs/util-linux
Juan RP bca41ae70c util-linux: fix switch_root(8) with musl.
glibc declares some defs internally for struct dirent, _DIRENT_HAVE_D_TYPE
one of them. switch_root(8) expects this to be defined to properly remove
all subdirs stored in current root before switching.

This fixes those annoying warnings seen with musl on the initramfs.
2015-11-02 17:13:11 +01:00
..