Opened 15 years ago
Last modified 15 years ago
#4928 closed enhancement
Implement POSIX *at() Functions — at Version 3
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.
Change History (3)
comment:1 by , 15 years ago
Description: | modified (diff) |
---|
comment:3 by , 15 years ago
Description: | modified (diff) |
---|
Implemented POSIX.1-2008 functions unlinkat(), symlinkat(), mkdirat(), and utimensat() in hrev34010.
Note:
See TracTickets
for help on using tickets.
Implemented openat() and readlinkat() in hrev33976 and hrev33978 respectively.