Skip to content

Commit 93f6173

Browse files
committed
Rebaseline other.test_gen_struct_info. NFC
1 parent 41e9bf2 commit 93f6173

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

src/generated_struct_info32.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,46 +1459,46 @@
14591459
"sin6_port": 2
14601460
},
14611461
"stat": {
1462-
"__size__": 112,
1463-
"__st_ino_truncated": 8,
1462+
"__size__": 128,
1463+
"__st_ino_truncated": 12,
14641464
"st_atim": {
14651465
"__size__": 16,
1466-
"tv_nsec": 64,
1467-
"tv_sec": 56
1466+
"tv_nsec": 80,
1467+
"tv_sec": 72
14681468
},
1469-
"st_blksize": 48,
1470-
"st_blocks": 52,
1469+
"st_blksize": 56,
1470+
"st_blocks": 64,
14711471
"st_ctim": {
14721472
"__size__": 16,
1473-
"tv_nsec": 96,
1474-
"tv_sec": 88
1473+
"tv_nsec": 112,
1474+
"tv_sec": 104
14751475
},
14761476
"st_dev": 0,
1477-
"st_gid": 24,
1478-
"st_ino": 104,
1479-
"st_mode": 12,
1477+
"st_gid": 28,
1478+
"st_ino": 120,
1479+
"st_mode": 16,
14801480
"st_mtim": {
14811481
"__size__": 16,
1482-
"tv_nsec": 80,
1483-
"tv_sec": 72
1482+
"tv_nsec": 96,
1483+
"tv_sec": 88
14841484
},
1485-
"st_nlink": 16,
1486-
"st_rdev": 28,
1487-
"st_size": 40,
1488-
"st_uid": 20
1485+
"st_nlink": 20,
1486+
"st_rdev": 32,
1487+
"st_size": 48,
1488+
"st_uid": 24
14891489
},
14901490
"statfs": {
1491-
"__size__": 64,
1492-
"f_bavail": 16,
1493-
"f_bfree": 12,
1491+
"__size__": 88,
1492+
"f_bavail": 24,
1493+
"f_bfree": 16,
14941494
"f_blocks": 8,
14951495
"f_bsize": 4,
1496-
"f_ffree": 24,
1497-
"f_files": 20,
1498-
"f_flags": 44,
1499-
"f_frsize": 40,
1500-
"f_fsid": 28,
1501-
"f_namelen": 36
1496+
"f_ffree": 40,
1497+
"f_files": 32,
1498+
"f_flags": 64,
1499+
"f_frsize": 60,
1500+
"f_fsid": 48,
1501+
"f_namelen": 56
15021502
},
15031503
"thread_profiler_block": {
15041504
"__size__": 104,

src/generated_struct_info64.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,46 +1459,46 @@
14591459
"sin6_port": 2
14601460
},
14611461
"stat": {
1462-
"__size__": 120,
1463-
"__st_ino_truncated": 8,
1462+
"__size__": 144,
1463+
"__st_ino_truncated": 16,
14641464
"st_atim": {
14651465
"__size__": 16,
1466-
"tv_nsec": 72,
1467-
"tv_sec": 64
1466+
"tv_nsec": 96,
1467+
"tv_sec": 88
14681468
},
1469-
"st_blksize": 56,
1470-
"st_blocks": 60,
1469+
"st_blksize": 72,
1470+
"st_blocks": 80,
14711471
"st_ctim": {
14721472
"__size__": 16,
1473-
"tv_nsec": 104,
1474-
"tv_sec": 96
1473+
"tv_nsec": 128,
1474+
"tv_sec": 120
14751475
},
14761476
"st_dev": 0,
1477-
"st_gid": 36,
1478-
"st_ino": 112,
1479-
"st_mode": 16,
1477+
"st_gid": 44,
1478+
"st_ino": 136,
1479+
"st_mode": 24,
14801480
"st_mtim": {
14811481
"__size__": 16,
1482-
"tv_nsec": 88,
1483-
"tv_sec": 80
1482+
"tv_nsec": 112,
1483+
"tv_sec": 104
14841484
},
1485-
"st_nlink": 24,
1486-
"st_rdev": 40,
1487-
"st_size": 48,
1488-
"st_uid": 32
1485+
"st_nlink": 32,
1486+
"st_rdev": 48,
1487+
"st_size": 64,
1488+
"st_uid": 40
14891489
},
14901490
"statfs": {
1491-
"__size__": 104,
1492-
"f_bavail": 24,
1493-
"f_bfree": 20,
1491+
"__size__": 120,
1492+
"f_bavail": 32,
1493+
"f_bfree": 24,
14941494
"f_blocks": 16,
14951495
"f_bsize": 8,
1496-
"f_ffree": 32,
1497-
"f_files": 28,
1498-
"f_flags": 64,
1499-
"f_frsize": 56,
1500-
"f_fsid": 36,
1501-
"f_namelen": 48
1496+
"f_ffree": 48,
1497+
"f_files": 40,
1498+
"f_flags": 80,
1499+
"f_frsize": 72,
1500+
"f_fsid": 56,
1501+
"f_namelen": 64
15021502
},
15031503
"thread_profiler_block": {
15041504
"__size__": 104,

0 commit comments

Comments
 (0)