Damien Zammit, le mar. 11 juil. 2023 01:53:27 +0000, a ecrit: > On 11/7/23 05:53, Samuel Thibault wrote: > > Sergey Bugaev, le lun. 10 juil. 2023 12:22:21 +0300, a ecrit: > >> I don't think that's correct. For one thing, dev_t is __UWORD_TYPE > >> (like Rust usize) since glibc commit > >> 0ec48e3337506fcd33abdd86b5ab9e331564b65c, and it was u32 before that. > > > > Uh, that's odd. Was that part generated? > > Please note, raw.rs and fs.rs are blindly copied from bsd/ > It was just to make the compiler happy for now.
Ah, ok :) So Vedant, you need to check whether these are right. > As I said in the cover message, library/std is not quite right. > > This needs work, but at least libc compiles, so you can see the > errors in std. Right. Samuel