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:
Justine Tunney 2023-10-14 03:06:11 -07:00
parent 2db2f40a98
commit a657f3e878
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
15 changed files with 11 additions and 814 deletions

View file

@ -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);