mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 14:28:30 +00:00
Put finishing touches on turfwar http server
- Shutdown process now has optimal cancellation latency - Fairer techniques for shedding connections under load - We no longer need to call poll() which is now removed
This commit is contained in:
parent
01bd7d1008
commit
3ee3736a01
3 changed files with 117 additions and 61 deletions
4
third_party/unzip/fileio.c
vendored
4
third_party/unzip/fileio.c
vendored
|
@ -2887,7 +2887,7 @@ zvoid *memset(buf, init, len)
|
|||
/* Function memcmp() */
|
||||
/*********************/
|
||||
|
||||
int memcmp(b1, b2, len)
|
||||
int memcmp_(b1, b2, len)
|
||||
register ZCONST zvoid *b1;
|
||||
register ZCONST zvoid *b2;
|
||||
register unsigned int len;
|
||||
|
@ -2908,7 +2908,7 @@ int memcmp(b1, b2, len)
|
|||
/* Function memcpy() */
|
||||
/*********************/
|
||||
|
||||
zvoid *memcpy(dst, src, len)
|
||||
zvoid *memcpy_(dst, src, len)
|
||||
register zvoid *dst;
|
||||
register ZCONST zvoid *src;
|
||||
register unsigned int len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue