mirror of
https://github.com/rwinkhart/sys.git
synced 2026-08-28 12:56:32 -04:00
Adds a new function: Klogset which wraps sys_syslog for cases where the `bufp` argument is not required and the argument that follows needs to be passed to the function. Fixes golang/go#34672 Change-Id: Idf026791ea9265aaca33e78a34fcd490edb8d326 Reviewed-on: https://go-review.googlesource.com/c/sys/+/199278 Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org>