mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 17:28:30 +00:00
Fix ctype.h and wctype.h
This commit is contained in:
parent
e7be5a5e2b
commit
7ebaff34c6
180 changed files with 264 additions and 92 deletions
1
third_party/musl/crypt_sha256.c
vendored
1
third_party/musl/crypt_sha256.c
vendored
|
@ -39,6 +39,7 @@
|
|||
#include "libc/str/str.h"
|
||||
#include "libc/sysv/consts/exit.h"
|
||||
#include "third_party/gdtoa/gdtoa.h"
|
||||
#include "libc/ctype.h"
|
||||
#include "third_party/musl/crypt.internal.h"
|
||||
__static_yoink("musl_libc_notice");
|
||||
|
||||
|
|
1
third_party/musl/crypt_sha512.c
vendored
1
third_party/musl/crypt_sha512.c
vendored
|
@ -39,6 +39,7 @@
|
|||
#include "libc/str/str.h"
|
||||
#include "libc/sysv/consts/exit.h"
|
||||
#include "third_party/gdtoa/gdtoa.h"
|
||||
#include "libc/ctype.h"
|
||||
#include "third_party/musl/crypt.internal.h"
|
||||
__static_yoink("musl_libc_notice");
|
||||
|
||||
|
|
1
third_party/musl/fnmatch.c
vendored
1
third_party/musl/fnmatch.c
vendored
|
@ -27,6 +27,7 @@
|
|||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/limits.h"
|
||||
#include "libc/str/str.h"
|
||||
#include "libc/wctype.h"
|
||||
#include "third_party/musl/fnmatch.h"
|
||||
__static_yoink("musl_libc_notice");
|
||||
|
||||
|
|
1
third_party/musl/getnameinfo.c
vendored
1
third_party/musl/getnameinfo.c
vendored
|
@ -36,6 +36,7 @@
|
|||
#include "libc/sysv/consts/af.h"
|
||||
#include "third_party/musl/lookup.internal.h"
|
||||
#include "third_party/musl/netdb.h"
|
||||
#include "libc/ctype.h"
|
||||
#include "third_party/musl/resolv.internal.h"
|
||||
__static_yoink("musl_libc_notice");
|
||||
|
||||
|
|
1
third_party/musl/lookup_ipliteral.c
vendored
1
third_party/musl/lookup_ipliteral.c
vendored
|
@ -31,6 +31,7 @@
|
|||
#include "libc/fmt/conv.h"
|
||||
#include "libc/limits.h"
|
||||
#include "libc/sock/sock.h"
|
||||
#include "libc/ctype.h"
|
||||
#include "third_party/musl/lookup.internal.h"
|
||||
__static_yoink("musl_libc_notice");
|
||||
|
||||
|
|
1
third_party/musl/lookup_name.c
vendored
1
third_party/musl/lookup_name.c
vendored
|
@ -39,6 +39,7 @@
|
|||
#include "libc/sysv/consts/sock.h"
|
||||
#include "third_party/musl/lookup.internal.h"
|
||||
#include "third_party/musl/netdb.h"
|
||||
#include "libc/ctype.h"
|
||||
#include "third_party/musl/resolv.internal.h"
|
||||
__static_yoink("musl_libc_notice");
|
||||
|
||||
|
|
1
third_party/musl/lookup_serv.c
vendored
1
third_party/musl/lookup_serv.c
vendored
|
@ -32,6 +32,7 @@
|
|||
#include "libc/stdio/internal.h"
|
||||
#include "libc/errno.h"
|
||||
#include "libc/calls/sysdir.internal.h"
|
||||
#include "libc/ctype.h"
|
||||
#include "third_party/musl/lookup.internal.h"
|
||||
__static_yoink("musl_libc_notice");
|
||||
|
||||
|
|
1
third_party/musl/resolvconf.c
vendored
1
third_party/musl/resolvconf.c
vendored
|
@ -37,6 +37,7 @@
|
|||
#include "libc/str/str.h"
|
||||
#include "libc/sysv/consts/af.h"
|
||||
#include "libc/sock/sock.h"
|
||||
#include "libc/ctype.h"
|
||||
#include "third_party/musl/lookup.internal.h"
|
||||
__static_yoink("musl_libc_notice");
|
||||
|
||||
|
|
1
third_party/musl/strfmon.c
vendored
1
third_party/musl/strfmon.c
vendored
|
@ -29,6 +29,7 @@
|
|||
#include "libc/stdio/stdio.h"
|
||||
#include "libc/str/locale.h"
|
||||
#include "libc/str/str.h"
|
||||
#include "libc/ctype.h"
|
||||
#include "libc/thread/tls.h"
|
||||
__static_yoink("musl_libc_notice");
|
||||
|
||||
|
|
1
third_party/musl/strptime.c
vendored
1
third_party/musl/strptime.c
vendored
|
@ -28,6 +28,7 @@
|
|||
#include "libc/fmt/conv.h"
|
||||
#include "libc/macros.internal.h"
|
||||
#include "libc/str/str.h"
|
||||
#include "libc/ctype.h"
|
||||
#include "libc/time.h"
|
||||
__static_yoink("musl_libc_notice");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue