(do_test): Pass new parameter to linkat.

This commit is contained in:
Ulrich Drepper 2006-02-27 00:59:21 +00:00
parent 84cfa284c0
commit b95e415363

View File

@ -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;