Reading https://github.com/Geal/rust-syslog/issues/79, I came to a
authorderaadt <deraadt@openbsd.org>
Wed, 3 Apr 2024 04:36:53 +0000 (04:36 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 3 Apr 2024 04:36:53 +0000 (04:36 +0000)
commit368cffecf9aefef02a0ec7561324e07b016a2de1
tree755beb0ad9ca5be6282186786f00a1c3cc35443b
parentdebb1f3d6a298a737429d5c0296741be9eea18bb
Reading https://github.com/Geal/rust-syslog/issues/79, I came to a
related conclusion that our syslog_r should not stomp on errno.
The errno being returned from sendsyslog() isn't exactly compatible
with the what a legacy syslog_r() would do here anyways, and it is
better to just be void and non-stomping;
ok millert bluhm
lib/libc/gen/syslog_r.c