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
1717PIPE_BUF
1818SIGEV_PORT
1919_POSIX_VDISABLE
20+ _ST_FSTYPSZ
2021aio_cancel
2122aio_error
2223aio_fsync
Original file line number Diff line number Diff line change 344344 pub st_ctime_nsec: c_long,
345345 pub st_blksize: crate :: blksize_t,
346346 pub st_blocks: crate :: blkcnt_t,
347- __unused : [ c_char; 16 ] ,
347+ pub st_fstype : [ c_char; _ST_FSTYPSZ as usize ] ,
348348 }
349349
350350 pub struct termios {
@@ -2029,6 +2029,8 @@ pub const _SC_XOPEN_STREAMS: c_int = 761;
20292029pub const _SC_IPV6: c_int = 762 ;
20302030pub const _SC_RAW_SOCKETS: c_int = 763 ;
20312031
2032+ pub const _ST_FSTYPSZ: c_int = 16 ;
2033+
20322034pub const _MUTEX_MAGIC: u16 = 0x4d58 ; // MX
20332035pub const _COND_MAGIC: u16 = 0x4356 ; // CV
20342036pub const _RWL_MAGIC: u16 = 0x5257 ; // RW
You can’t perform that action at this time.
0 commit comments