mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-05 02:38:31 +00:00
Upgrade portcosmo patch and GCC third party docs
This commit is contained in:
parent
4778cd4d27
commit
8dc11afcf6
3 changed files with 1914 additions and 1875 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue