Update Musl Libc code

We now have implement all of Musl's localization code, the same way that
Musl implements localization. You may need setlocale(LC_ALL, "C.UTF-8"),
just in case anything stops working as expected.
This commit is contained in:
Justine Tunney 2024-07-30 09:14:57 -07:00
parent d0360bf4bd
commit bb815eafaf
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
116 changed files with 6525 additions and 5523 deletions

View file

@ -318,8 +318,9 @@
#define HAVE_WAIT4 1
#define HAVE_WAITPID 1
#define HAVE_STATVFS 1
#define HAVE_STD_ATOMIC 1
#define HAVE_MREMAP 1
/* #define HAVE_MREMAP 1 */
/* #undef HAVE_PLOCK */
/* #undef HAVE_POSIX_FALLOCATE */
/* #undef HAVE_PRLIMIT */
@ -335,16 +336,15 @@
/* #undef HAVE_SIGWAITINFO */
/* #undef HAVE_SOCKADDR_ALG */
/* #undef HAVE_SOCKADDR_SA_LEN */
/* #undef HAVE_STD_ATOMIC */
#define HAVE_SNPRINTF 1
#define HAVE_STRDUP 1
#define HAVE_STRFTIME 1
#define HAVE_STRLCPY 1
#define HAVE_WMEMCMP 1
/* #undef HAVE_WCSCOLL */
/* #undef HAVE_WCSFTIME */
/* #undef HAVE_WCSXFRM */
#define HAVE_WCSCOLL 1
#define HAVE_WCSXFRM 1
#define HAVE_WCSFTIME 1
#define HAVE_USABLE_WCHAR_T 1
#define HAVE_SOCKETPAIR 1
@ -532,7 +532,7 @@
/* define to 1 if your sem_getvalue is broken. */
/* #define HAVE_BROKEN_SEM_GETVALUE 1 */
/* Define if --enable-ipv6 is specified */
/* #undef ENABLE_IPV6 */
// #define ENABLE_IPV6 1
/* Define if flock needs to be linked with bsd library. */
/* #undef FLOCK_NEEDS_LIBBSD */
/* Define if getpgrp() must be called as getpgrp(0). */