Control: retitle -1 linux/ includes do not work 07.10.2014 15:03, Michael Tokarev wrote: > Package: musl-dev > Version: 1.1.4-1 > Severity: normal > > This is an error produced by the compiler when using musl-gcc to compile > a source file which #includes <sys/kd.h>. > > linux-libc-dev provides file /usr/include/linux/kd.h, but it looks like > musl-gcc does not try to use it.
The same happens with all linux/ includes actually, even linux/version.h. Adding a symlink to /usr/include/linux into musl include directory does the trick, but I'm not sure it is the right/intended fix. Thanks, /mjt -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

