just to clarify: functions that use or adapt the POSIX standard functions are different from the POSIX standard functions themselves. the latter are not going away (for one thing, if you link against libc on a POSIX platform, there they are), but the core team has decided that Zig’s adaptations in std.posix (these are the former) are not the right abstraction layer for the standard library.