]> granicus.if.org Git - strace/blobdiff - tests/statx.c
tests: extend TEST_NETLINK_OBJECT macro
[strace] / tests / statx.c
index f36fb0e1e529442e3f5bab1243373a5c8b26a27a..816b7eb1e6d1528bba398adc8a3a29a4feaa8540 100644 (file)
@@ -49,7 +49,7 @@ static const char *TEST_SYSCALL_STATX_MASK_STR  = "STATX_ALL";
 
 # define TEST_SYSCALL_INVOKE(sample, pst) \
        syscall(__NR_statx, AT_FDCWD, sample, TEST_SYSCALL_STATX_FLAGS, \
-               TEST_SYSCALL_STATX_MASK, pst)
+               TEST_SYSCALL_STATX_MASK, pst)
 # define PRINT_SYSCALL_HEADER(sample) \
        do { \
                int saved_errno = errno; \