Issue metadata
Sign in to add a comment
|
rootdev: failed to build with glibc 2.27 |
||||||||||||||||||||||
Issue description
with glibc 2.27
emerge-samus rootdev
rootdev.c:84:11: error: implicit declaration of function 'makedev' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
dev = makedev(major_num, minor_num);
^
This is due to the following change in glibc:
* The inclusion of <sys/sysmacros.h> by <sys/types.h> is deprecated. This
means that in a future release, the macros “major”, “minor”, and “makedev”
will only be available from <sys/sysmacros.h>.
,
Jul 23
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by bugdroid1@chromium.org
, Jul 20