Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
(do_test): Pass new parameter to linkat.
  • Loading branch information
Ulrich Drepper committed Feb 27, 2006
1 parent 84cfa28 commit b95e415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/tst-linkat.c
Expand Up @@ -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;
Expand Down

0 comments on commit b95e415

Please sign in to comment.