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 338338 pub st_ctime_nsec: :: c_long,
339339 pub st_blksize: :: blksize_t,
340340 pub st_blocks: :: blkcnt_t,
341- __unused : [ :: c_char; 16 ] ,
341+ pub st_fstype : [ :: c_char; _ST_FSTYPSZ as usize ] ,
342342 }
343343
344344 pub struct termios {
@@ -2023,6 +2023,8 @@ pub const _SC_XOPEN_STREAMS: ::c_int = 761;
20232023pub const _SC_IPV6: :: c_int = 762 ;
20242024pub const _SC_RAW_SOCKETS: :: c_int = 763 ;
20252025
2026+ pub const _ST_FSTYPSZ: :: c_int = 16 ;
2027+
20262028pub const _MUTEX_MAGIC: u16 = 0x4d58 ; // MX
20272029pub const _COND_MAGIC: u16 = 0x4356 ; // CV
20282030pub const _RWL_MAGIC: u16 = 0x5257 ; // RW
You can’t perform that action at this time.
0 commit comments