]> granicus.if.org Git - strace/blobdiff - tests/faccessat.c
strace: terminate itself if interrupted by a signal
[strace] / tests / faccessat.c
index c21039d6bfdc76a905cc65c3f289dc29ad1c1bae..ce81349d142a7abbe007a186c0eae27c693ce11c 100644 (file)
@@ -10,7 +10,7 @@ int
 main(void)
 {
        static const char sample[] = "faccessat.sample";
-       const long int fd = (long int) 0xdeadbeefffffffff;
+       const long int fd = (long int) 0xdeadbeefffffffffULL;
 
        long rc = syscall(__NR_faccessat, fd, sample, F_OK);
        printf("faccessat(%d, \"%s\", F_OK) = %ld %s (%m)\n",