Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | boot/syslinux: fix build with glibc 2.28+ | Alexander Sverdlin | 2018-11-19 | 1 | -0/+34 |
When building with glibc 2.28+, the "major", "minor" and "makedev" functions are defined in "sys/sysmacros.h". This commit backports upstream commit 1a74985b2a404639b08882c57f3147229605dfd5 to fix the build with glibc 2.28. Link: https://www.syslinux.org/wiki/index.php?title=Building Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |