Open
Description
nix
does not implement all the *at
functions yet, which adds file descriptor fd as the first parameter to the corresponding function.
According to the POSIX document https://pubs.opengroup.org/onlinepubs/9699919799/, I summarized all *at*
functions and related implementations in nix
as follows.
- faccessat (Implement faccessat #1134)
- fchmodat (already implemented)
- fchownat (already implemented)
- fstatat (already implemented)
- linkat (Implment linkat #1101)
- mkdirat (already implemented)
- mkfifoat (Implement mkfifoat #1133)
- mknodat (implement mknodat #1131)
- openat (already implemented)
- readlinkat (already implemented)
- renameat (already implemented)
- symlinkat (already implemented)
- unlinkat (already implemented)
- utimensat (already implemented)
I would like to fill up the missing functions recently
Metadata
Metadata
Assignees
Labels
No labels