Hi everyone,
On Linux, is there a minimum glibc version needed to work with clang in -c99 mode? A Linux user mentioned to me an issue with sysmacros.h, which defines gnu_dev_major slightly differently between different versions of glibc (basically the usage of the 'inline' keyword is different, likely to deal with compatibility issues between c89 and c99).
Thanks,
Ted