1
Fork 0

use offset_of! to calculate dirent64 field offsets

This commit is contained in:
The 8472 2023-08-05 15:51:41 +02:00
parent 67626b8e89
commit 20c25d6c31
2 changed files with 3 additions and 25 deletions

View file

@ -298,6 +298,7 @@
#![feature(maybe_uninit_slice)]
#![feature(maybe_uninit_uninit_array)]
#![feature(maybe_uninit_write_slice)]
#![feature(offset_of)]
#![feature(panic_can_unwind)]
#![feature(panic_info_message)]
#![feature(panic_internals)]