Get LIBC_FMT to build for aarch64

This commit is contained in:
Justine Tunney 2023-05-08 22:27:03 -07:00
parent 036b9a0002
commit 7e46645193
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
15 changed files with 482 additions and 618 deletions

View file

@ -84,8 +84,6 @@ char *strstr(const char *, const char *) strlenesque;
char *strcasestr(const char *, const char *) strlenesque;
char16_t *strstr16(const char16_t *, const char16_t *) strlenesque;
wchar_t *wcsstr(const wchar_t *, const wchar_t *) strlenesque;
void *rawwmemchr(const void *, wchar_t)
strlenesque returnsnonnull;
int strcmp(const char *, const char *) strlenesque;
int strncmp(const char *, const char *, size_t) strlenesque;
int strcmp16(const char16_t *, const char16_t *) strlenesque;