Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Move fchmodat declaration to fcntl.h. It was previously, incorrectly placed
in sys/stat.h.
Comment Actions
Move the functions back to sys/stat.h. The POSIX documentation confused
me: https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchmodat.html
But, it is actually clear here https://pubs.opengroup.org/onlinepubs/9699919799.2018edition/basedefs/sys_stat.h.html#tag_13_62,
where it says that fchmodat should be declared in sys/stat.h.