mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Restore missing cosmopolitan documentation on website
This commit is contained in:
parent
58352df0a4
commit
d9d5f45e2d
36 changed files with 715 additions and 228 deletions
|
@ -39,7 +39,7 @@ dontasan char *strcpy(char *d, const char *s) {
|
|||
if (IsAsan()) {
|
||||
__asan_verify(d, strlen(s) + 1);
|
||||
}
|
||||
#ifdef __x86_64__
|
||||
#if defined(__x86_64__) && !defined(__chibicc__)
|
||||
for (; (uintptr_t)(s + i) & 15; ++i) {
|
||||
if (!(d[i] = s[i])) {
|
||||
return d;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue