mirror of git://sourceware.org/git/glibc.git
(do_test): Pass new parameter to linkat.
This commit is contained in:
parent
84cfa284c0
commit
b95e415363
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue