Opened 15 years ago
Last modified 15 years ago
#4928 closed enhancement
Implement POSIX *at() Functions — at Version 2
Reported by: | bonefish | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/POSIX | Version: | R1/alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
POSIX.1-2008 introduces standard functions to operate on FD + relative path pairs:
- faccessat()
- fchmodat()
- fchownat()
fstatat()- linkat()
- mkdirat()
- mkfifoat()
- mknodat()
openat()readlinkat()- renameat()
- symlinkat()
- unlinkat()
- utimensat()
The new open modes O_SEARCH AND O_EXEC should also be implemented.
Note:
See TracTickets
for help on using tickets.
Implemented openat() and readlinkat() in hrev33976 and hrev33978 respectively.