You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Newer versions of glibc indicate that they intend to move the `major`
macro from `sys/types.h` to `sys/sysmacros.h`. Add a check for the
header and include that earlier to ensure that the macro is provided by
the newer header when available/possible. This avoids an unnecessary
warning from the system headers.
0 commit comments