On 20/05/2022 15.24, Andrew Jones wrote:
We've been slowly adding ctype functions to different files without even exporting them. Let's change that. Reviewed-by: Nikos Nikoleris <nikos.nikoleris@xxxxxxx> Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> ---
...
diff --git a/lib/ctype.h b/lib/ctype.h new file mode 100644 index 000000000000..0b43d626478a --- /dev/null +++ b/lib/ctype.h @@ -0,0 +1,40 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */
Maybe we should use LGPL for the C library stuff? ... most other libc related files use LGPL, too.
Apart from that: Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>