mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
(do_test): Pass new parameter to linkat.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user