]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
varlink: send linux errno name along with errno number in generic system error replie...
authorLennart Poettering <lennart@poettering.net>
Fri, 10 Jan 2025 14:40:48 +0000 (15:40 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Jan 2025 14:40:48 +0000 (15:40 +0100)
Let's make things a bit less Linux specific, and more debuggable, by
including not just the error number but also the error name in the
generic io.systemd.System errors we generate when all we have is an
"errno".


Trivial merge