Upgrade portcosmo patch and GCC third party docs

This commit is contained in:
Justine Tunney 2023-06-14 19:48:55 -07:00
parent 4778cd4d27
commit 8dc11afcf6
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
3 changed files with 1914 additions and 1875 deletions

View file

@ -34,7 +34,6 @@
int tcgetwinsize(int fd, struct winsize *ws) {
int rc;
if (IsAsan() && !__asan_is_valid(ws, sizeof(*ws))) {
ws = 0;
rc = efault();
} else if (fd >= 0) {
if (fd < g_fds.n && g_fds.p[fd].kind == kFdZip) {