mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-31 17:52:27 +00:00
Fix NT accept/connect not initializing with SO_UPDATE_*_CONTEXT (#1164)
This commit is contained in:
parent
2f3c6e7cc3
commit
624119ea38
5 changed files with 173 additions and 8 deletions
|
@ -152,8 +152,6 @@ __attribute__((__constructor__)) static void StdioPro(int argc, char *argv[]) {
|
|||
}
|
||||
|
||||
TEST(socket, canBeUsedAsExecutedStdio) {
|
||||
if (IsWindows())
|
||||
return; // TODO(jart): What broke this?
|
||||
char buf[16] = {0};
|
||||
const char *prog;
|
||||
uint32_t addrsize = sizeof(struct sockaddr_in);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue