]> granicus.if.org Git - strace/blobdiff - tests/fdatasync.c
tests: extend TEST_NETLINK_OBJECT macro
[strace] / tests / fdatasync.c
index c47a0bfbe2423f15f4d1ef20713e07a876a688be..fc82ade33e8b359f556b814a0913ab7ffb4aa2fc 100644 (file)
@@ -9,7 +9,7 @@
 int
 main(void)
 {
-       const long int fd = (long int) 0xdeadbeefffffffff;
+       const long int fd = (long int) 0xdeadbeefffffffffULL;
 
        long rc = syscall(__NR_fdatasync, fd);
        printf("fdatasync(%d) = %ld %s (%m)\n", (int) fd, rc, errno2name());