kprintf: explicitly disable wchar support
This might get implemented later, even though there is no real reason why we would need wchar support in the kernel as it is UTF-8 native
This commit is contained in:
parent
14630c86bf
commit
fb8bef86d5
1 changed files with 11 additions and 10 deletions
|
@ -312,17 +312,12 @@ void parse_fmt_sequence(struct fmt_sequence *sequence, const char **restrict pos
|
|||
|
||||