On Tue, May 24, 2022 at 02:21:40PM +0200, Thomas Huth wrote: > 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. Right. Will do. > > Apart from that: > Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx> > Thanks, drew