Fix ctype.h and wctype.h

This commit is contained in:
Justine Tunney 2024-07-21 15:54:17 -07:00
parent e7be5a5e2b
commit 7ebaff34c6
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
180 changed files with 264 additions and 92 deletions

View file

@ -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");

View file

@ -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");

View file

@ -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");

View file

@ -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");

View file

@ -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");

View file

@ -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");

View file

@ -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");

View file

@ -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");

View file

@ -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");

View file

@ -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");