mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
(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);
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user