mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-01 18:22:27 +00:00
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:
parent
d0360bf4bd
commit
bb815eafaf
116 changed files with 6525 additions and 5523 deletions
12
third_party/python/pyconfig.h
vendored
12
third_party/python/pyconfig.h
vendored
|
@ -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). */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue