diff options
Diffstat (limited to 'runtime/autoconf-dpath-path.c')
-rw-r--r-- | runtime/autoconf-dpath-path.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/autoconf-dpath-path.c b/runtime/autoconf-dpath-path.c new file mode 100644 index 00000000..c3654604 --- /dev/null +++ b/runtime/autoconf-dpath-path.c @@ -0,0 +1,7 @@ +#include <linux/path.h> +#include <linux/dcache.h> + +void ____autoconf_func(struct path *p) +{ + (void)d_path(p, NULL, 0); +} |