]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib/path: set errno in case of error
authorTobias Stoeckmann <tobias@stoeckmann.org>
Sun, 8 Oct 2023 18:47:53 +0000 (20:47 +0200)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Sun, 8 Oct 2023 18:47:53 +0000 (20:47 +0200)
commit5ae099f1befaedd1995d4e02075f7c8813f1c9df
tree9a12da8f3e8d0808cab5e5ea7ed4e48fc5173ecf
parente192f2d81160c4e4f9a6b21329cf9d6045a405d0
lib/path: set errno in case of error

Some programs like lscpu expect errno to be set if ul_path_cpuparse
fails.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
lib/path.c