On 12/31/20 3:13 PM, Joseph Myers wrote:
Anything used in glibc libraries should be LGPLv2.1+.
Thanks for catching that. I installed the attached patch into Gnulib so
that glibc and Gnulib copies of filename.h can be identical.
>From ec51ca6c9d59037df66afe0804394f66a2a8ff54 Mon Sep 17 00:00:0
On Thu, 24 Dec 2020, Adhemerval Zanella via Libc-alpha wrote:
> diff --git a/include/filename.h b/include/filename.h
> new file mode 100644
> index 00..4598fb1d63
> --- /dev/null
> +++ b/include/filename.h
> @@ -0,0 +1,110 @@
> +/* Basic filename support macros.
> + Copyright (C) 2001-20
And use to simplify stdlib/canonicalize.c implementation.
---
include/filename.h| 110 ++
stdlib/canonicalize.c | 5 +-
2 files changed, 111 insertions(+), 4 deletions(-)
create mode 100644 include/filename.h
diff --git a/include/filename.h b/include