summaryrefslogtreecommitdiff
path: root/include/linux/glob.h
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2026-08-14 16:12:58 +0200
committerPeter Zijlstra <peterz@infradead.org>2026-08-14 16:12:58 +0200
commit3f8fa8fe90cae74bf7b72c99f30f04e012c5c41b (patch)
tree4b5d18edb5e13efa7b0cc5688cfa0513c3a78700 /include/linux/glob.h
parent2b58c749b8c5244e259a0230bc57b10b010dc545 (diff)
parent333238da9a193ffc58792995f3e951e4cb87bfd2 (diff)
Merge branch 'sched/urgent'
Pull in dependents, the flat hierarchy fix depends on this. Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Diffstat (limited to 'include/linux/glob.h')
-rw-r--r--include/linux/glob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/glob.h b/include/linux/glob.h
index 861327b33e41..91595e750936 100644
--- a/include/linux/glob.h
+++ b/include/linux/glob.h
@@ -6,5 +6,6 @@
#include <linux/compiler.h> /* For __pure */
bool __pure glob_match(char const *pat, char const *str);
+bool __pure glob_match_len(char const *pat, char const *str, size_t len);
#endif /* _LINUX_GLOB_H */