[PATCH]maint: fix misspellings in comments

2023-02-21 Thread ChuanGang Jiang
*lib/tparm.c: Fix typos in comments --- ChangeLog | 2 +- lib/tparm.c | 12 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index c1ca610548..2a17679cf2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -101710,7 +101710,7 @@ (mbstok_r): Assume

Updating in glibc and gnulib

2023-02-21 Thread Florian Weimer
Why does gnulib bundle ? We edit this file regularly in glibc. In the past, some gnulib-using programs supplied their own copy of instead, even when building against glibc. This caused build failures in the glibc headers because they (quite reasonably) assumed that defines the macros for that

stpncpy

2023-02-21 Thread Po Lu
stpncpy is not replaced when building with the Android NDK r25b and __ANDROID_API__ 19, since it is __INTRODUCED_IN (21). I guess this should be fixed. Thanks.