mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:48:10 +00:00
Kernel: Add fchown() syscall.
This commit is contained in:
parent
51581c21fc
commit
93d3d1ede1
8 changed files with 30 additions and 2 deletions
|
@ -101,6 +101,8 @@ public:
|
|||
|
||||
off_t offset() const { return m_current_offset; }
|
||||
|
||||
KResult chown(uid_t, gid_t);
|
||||
|
||||
private:
|
||||
friend class VFS;
|
||||
FileDescriptor(RetainPtr<File>&&, SocketRole = SocketRole::None);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue