Re: [PATCH] path: Add l_basename function
Denis Kenzior <[email protected]> Tue, 28 May 2024 14:26:01 -0500
| Newsgroups | dev.linux.lists.ell |
|---|---|
| Message-ID | <[email protected]> |
On 5/28/24 10:25 AM, Denis Kenzior wrote: > Many ell based projects use the GNU version (obtained using #define > _GNU_SOURCE). Unlike the POSIX version, this version does not modify > its arguments. However, some libc implementations such as musl, only > provide the POSIX implementation. Implement a version of basename in > ell. > --- > ell/ell.sym | 1 + > ell/path.c | 19 +++++++++++++++++++ > ell/path.h | 2 ++ > 3 files changed, 22 insertions(+) > Applied. Regards, -Denis