Re: POSIX XXXat() methods
Sebastian Huber <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On 21/07/2020 07:00, Sebastian Huber wrote: > On 21/07/2020 00:33, Joel Sherrill wrote: > >> Eshan has been looking for generic implementations of the 15 POSIX >> methods >> like openat(), mkdirat(), etc. He has searched the normal places I >> know of >> and hasn't found implementations of most of them that don't just call a >> dedicated system call. Here is his analysis. >> >> https://docs.google.com/spreadsheets/d/1nEniQOs9TxDy5fb7P0_XFg7VknQDldG1BDFWSoqdKg0/edit?usp=sharing >> > FreeBSD supports all of the mentioned functions. I am not sure why > there are "No" in the FreeBSD column. Sorry, scandirat() is not supported, but this is a GNU extension and not a POSIX function.