Skip to content

Commit f19c4cc

Browse files
committed
Add stx_dio_mem_align and stx_dio_offset_align field in statx
1 parent fc599f3 commit f19c4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc-test/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3609,12 +3609,12 @@ fn test_linux(target: &str) {
36093609
| "NFULA_VLAN_UNSPEC" // v5.4+
36103610
| "RTNLGRP_NEXTHOP" // linux v5.3+
36113611
| "RTNLGRP_BRVLAN" // linux v5.6+
3612+
| "STATX_DIOALIGN" // linux v6.1+
36123613
if musl || sparc64 => true,
36133614

36143615
// FIXME: Unignore once we update Ubuntu to 22.04
36153616
| "VMADDR_CID_LOCAL"
36163617
| "STATX_MNT_ID"
3617-
| "STATX_DIOALIGN" // linux v6.1+
36183618
| "SYS_close_range"
36193619
| "SYS_openat2"
36203620
| "SYS_pidfd_getfd"

0 commit comments

Comments
 (0)