[TS] Fix fd_write to match the ABI, quiet environ call logging
authorMatt Corallo <git@bluematt.me>
Thu, 4 Aug 2022 23:36:52 +0000 (23:36 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 5 Aug 2022 01:56:49 +0000 (01:56 +0000)
commitbfda8b38d3e5c90efc5778a9021f661c4aba863a
tree42bdaf46806f25323e90e0b9923b3f1743988bf6
parenta37d4e67b1ec6666ca9dfda060e4986aa82ee3da
[TS] Fix fd_write to match the ABI, quiet environ call logging

We need to return the bytes written via an extra argument that we
were leaving potentially-uninitialized.
typescript_strings.py