]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib: procfs: fix error message during test
authorThomas Weißschuh <thomas@t-8ch.de>
Sat, 24 Dec 2022 16:32:50 +0000 (16:32 +0000)
committerThomas Weißschuh <thomas@t-8ch.de>
Sat, 24 Dec 2022 17:00:45 +0000 (17:00 +0000)
commit758730c0b53f97282b324f88fc3d328efdf14468
tree37d7b1eb67977e1c02f812c61981b37f78886c96
parent6f5cb4cbc3c37ba4e21091d23c8295c1886333d3
lib: procfs: fix error message during test

procfs_process_get_stat_nth() returns the error and does not set errno.
lib/procfs.c