]> git.ipfire.org Git - thirdparty/util-linux.git/commit
fadvise: correctly report error from posix_fadvise
authorThomas Weißschuh <thomas@t-8ch.de>
Sun, 16 Apr 2023 08:52:28 +0000 (10:52 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Sun, 16 Apr 2023 16:43:12 +0000 (18:43 +0200)
commit8ea8d557c2675324af8e1350c848cb582ee6a3c0
treeb7f5811c106bd830953d04bdc9d9d6c167a31f50
parentccabb1ecdcf775130372aa0e58a292b13cf8d831
fadvise: correctly report error from posix_fadvise

posix_fadvise() does not use errno.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
misc-utils/fadvise.c