Use _exit() instead of exit() so our writer process doesn't flush out
authorKen Hornstein <kenh@pobox.com>
Tue, 20 Mar 2012 23:52:29 +0000 (19:52 -0400)
committerKen Hornstein <kenh@pobox.com>
Wed, 21 Mar 2012 00:16:06 +0000 (20:16 -0400)
commit878f39953d1d908e8c151e33ea14172ea10b7c4b
tree7b7717f3b238dac9c6d325ef8a78b715cf43a4c4
parentdd16d13e6e96a0ed6e7d7a23d6e45fd628420ae4
Use _exit() instead of exit() so our writer process doesn't flush out
the stdio buffers on exit.
uip/mhlsbr.c