diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-02-27 00:59:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-02-27 00:59:21 +0000 |
commit | b95e415363eafdb25f351cb0ffd5c3fe2c5e702a (patch) | |
tree | f7e5454349cfc0c6a6aacbf798677ad61f9cca69 /io/tst-linkat.c | |
parent | 84cfa284c03d66c04e303e1d862bf89e7747ede2 (diff) | |
download | glibc-b95e415363eafdb25f351cb0ffd5c3fe2c5e702a.zip glibc-b95e415363eafdb25f351cb0ffd5c3fe2c5e702a.tar.gz glibc-b95e415363eafdb25f351cb0ffd5c3fe2c5e702a.tar.bz2 |
(do_test): Pass new parameter to linkat.
Diffstat (limited to 'io/tst-linkat.c')
-rw-r--r-- | io/tst-linkat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/tst-linkat.c b/io/tst-linkat.c index a77ceb1..d63c982 100644 --- a/io/tst-linkat.c +++ b/io/tst-linkat.c @@ -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; |