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
I was toying around with a home-made version of include-what-you-use,
which showed that we're missing the include in a number of places.
At the moment it is indirectly resolved via libkmod.h, which pulls said
header for O_TRUNC and O_NONBLOCK. It's unlikely that we'll drop the
include from the public header, although that doesn't mean that aiming
for self-contained sources is a bad idea.
For context: I am looking to remove the libkmod static link to
init-module.so and part of that meant building libkmod-elf.c without
the rest of kmod.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
0 commit comments