]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-copy.c
tree-wide: never use the off_t unless glibc makes us use it
[thirdparty/systemd.git] / src / test / test-copy.c
index b73c958ec5755893e637fc1f1de0b4ec2bcdb2a2..a03a68bd43778353cdd52580b4813f9a536dfee3 100644 (file)
@@ -146,7 +146,7 @@ static void test_copy_bytes(void) {
 
         assert_se(pipe2(pipefd, O_CLOEXEC) == 0);
 
-        r = copy_bytes(infd, pipefd[1], (off_t) -1, false);
+        r = copy_bytes(infd, pipefd[1], (uint64_t) -1, false);
         assert_se(r == 0);
 
         r = read(pipefd[0], buf, sizeof(buf));