]> granicus.if.org Git - sysstat/commit
sa_conv.c: Use write_all() function instead of write()
authorSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 20 Jul 2018 06:41:53 +0000 (08:41 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 20 Jul 2018 06:41:53 +0000 (08:41 +0200)
commitbaa988a5fed6b38a25d51bd9fab0098e17076d68
tree91c2eeaad18ed234e96f044d23f05d3c6c11b56d
parent55b6c6dee9e5ce17a49d3eb1c1e02adf9b248830
sa_conv.c: Use write_all() function instead of write()

Use write_all() function in sa_conv.c just like sadc.
write_all() function handles signal interruption which the plain write()
doesn't.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
sa.h
sa_common.c
sa_conv.c
sadc.c