-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
Description
Described in POSIX: https://pubs.opengroup.org/onlinepubs/9799919799/functions/fchown.html
The chown is a syscall wrapper for updating the ownership of a file.
Here's a checklist for what you'll need to do for this:
- Add the implementation of
fchownin/src/unistd - Add tests for
fchownin/test/src/unistd(they don't need to test much, just make sure the syscall wrapper passes and fails appropriately) - Add
fchowntoentrypoints.txtfor at least x86_64 and whatever you're building on - Add
fchowntoinclude/unistd.yaml