mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 22:02:27 +00:00
Delete old wcwidth() implementation
This shaves away 144kb of bss memory from every binary linking printf at the expense of slightly increased binary footprint. Kudos for Byron Lai.
This commit is contained in:
parent
2db2f40a98
commit
a657f3e878
15 changed files with 11 additions and 814 deletions
|
@ -36,6 +36,7 @@
|
|||
|
||||
TEST(connect, nonblocking) {
|
||||
if (IsFreebsd()) return; // TODO(jart): why did this start flaking?
|
||||
if (IsOpenbsd()) return; // TODO(jart): why did this start freezing?
|
||||
char buf[16] = {0};
|
||||
atomic_uint *sem = _mapshared(sizeof(unsigned));
|
||||
uint32_t addrsize = sizeof(struct sockaddr_in);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue