mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
Kernel+LibC+LibCore+UE: Implement fchmodat(2)
This function is an extended version of `chmod(2)` that lets one control whether to dereference symlinks, and specify a file descriptor to a directory that will be used as the base for relative paths.
This commit is contained in:
parent
5f71925aa4
commit
182016d7c0
Notes:
sideshowbarker
2024-07-17 21:05:36 +09:00
Author: https://github.com/BertalanD
Commit: 182016d7c0
Pull-request: https://github.com/SerenityOS/serenity/pull/11826
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/linusg
10 changed files with 64 additions and 14 deletions
|
@ -136,7 +136,7 @@ private:
|
|||
int virt$beep();
|
||||
int virt$bind(int sockfd, FlatPtr address, socklen_t address_length);
|
||||
int virt$chdir(FlatPtr, size_t);
|
||||
int virt$chmod(FlatPtr, size_t, mode_t);
|
||||
int virt$chmod(FlatPtr);
|
||||
int virt$chown(FlatPtr);
|
||||
int virt$clock_gettime(int, FlatPtr);
|
||||
int virt$clock_nanosleep(FlatPtr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue