diff options
| author | Peter Zijlstra <peterz@infradead.org> | 2026-08-14 16:12:58 +0200 |
|---|---|---|
| committer | Peter Zijlstra <peterz@infradead.org> | 2026-08-14 16:12:58 +0200 |
| commit | 3f8fa8fe90cae74bf7b72c99f30f04e012c5c41b (patch) | |
| tree | 4b5d18edb5e13efa7b0cc5688cfa0513c3a78700 /include/linux/glob.h | |
| parent | 2b58c749b8c5244e259a0230bc57b10b010dc545 (diff) | |
| parent | 333238da9a193ffc58792995f3e951e4cb87bfd2 (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.h | 1 |
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 */ |
