From 01e934c18efdbac071ebc19a8a95916d324970c9 Mon Sep 17 00:00:00 2001 From: Colin Walters <walters@verbum.org> Date: Tue, 27 Jun 2017 21:17:58 -0400 Subject: [PATCH] tests: Fix compilation of fdio test Not sure how I missed this before. --- tests/test-libglnx-fdio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-libglnx-fdio.c b/tests/test-libglnx-fdio.c index bc2d7ac16..311e7f0fd 100644 --- a/tests/test-libglnx-fdio.c +++ b/tests/test-libglnx-fdio.c @@ -80,7 +80,7 @@ test_renameat2_noreplace (void) glnx_set_error_from_errno (error); goto out; } - if (!glnx_fstatat (destfd, "bar", &stbuf, AT_SYMLINK_NOFOLLOW)) + if (!glnx_fstatat (destfd, "bar", &stbuf, AT_SYMLINK_NOFOLLOW, error)) goto out; if (fstatat (srcfd, "foo", &stbuf, AT_SYMLINK_NOFOLLOW) == 0) -- GitLab