(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
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ do_test (void)
close (fd); 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"); puts ("symlinkat failed");
return 1; return 1;