File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ LIO_WRITE
17
17
PIPE_BUF
18
18
SIGEV_PORT
19
19
_POSIX_VDISABLE
20
+ _ST_FSTYPSZ
20
21
aio_cancel
21
22
aio_error
22
23
aio_fsync
Original file line number Diff line number Diff line change 338
338
pub st_ctime_nsec: :: c_long,
339
339
pub st_blksize: :: blksize_t,
340
340
pub st_blocks: :: blkcnt_t,
341
- __unused : [ :: c_char; 16 ] ,
341
+ pub st_fstype : [ :: c_char; _ST_FSTYPSZ as usize ] ,
342
342
}
343
343
344
344
pub struct termios {
@@ -2023,6 +2023,8 @@ pub const _SC_XOPEN_STREAMS: ::c_int = 761;
2023
2023
pub const _SC_IPV6: :: c_int = 762 ;
2024
2024
pub const _SC_RAW_SOCKETS: :: c_int = 763 ;
2025
2025
2026
+ pub const _ST_FSTYPSZ: :: c_int = 16 ;
2027
+
2026
2028
pub const _MUTEX_MAGIC: u16 = 0x4d58 ; // MX
2027
2029
pub const _COND_MAGIC: u16 = 0x4356 ; // CV
2028
2030
pub const _RWL_MAGIC: u16 = 0x5257 ; // RW
You can’t perform that action at this time.
0 commit comments