From b95e415363eafdb25f351cb0ffd5c3fe2c5e702a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 27 Feb 2006 00:59:21 +0000 Subject: [PATCH] (do_test): Pass new parameter to linkat. --- io/tst-linkat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/tst-linkat.c b/io/tst-linkat.c index a77ceb1db4..d63c982751 100644 --- a/io/tst-linkat.c +++ b/io/tst-linkat.c @@ -105,7 +105,7 @@ do_test (void) close (fd); - if (linkat (dir_fd, "some-file", dir_fd, "another-file") != 0) + if (linkat (dir_fd, "some-file", dir_fd, "another-file", 0) != 0) { puts ("symlinkat failed"); return 1;