-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Closed
Labels
good first issuehttps://github.com/llvm/llvm-project/contributehttps://github.com/llvm/llvm-project/contributelibc
Description
Described in Posix: https://pubs.opengroup.org/onlinepubs/9799919799/functions/futimens.html
Here's a checklist for what you'll need to do for this:
- Add the implementation of
utimes
in/src/sys/time
(you will need to create this directory). - Add tests for
utimes
in/test/src/sys/time
(you will also need to create this directory).- Make sure the test has at least one case where the function succeeds and at least one case where the function fails.
- Add
utimes
toentrypoints.txt
for at least x86_64 and whatever you're building on - Add
utims
toinclude/sys/time.yaml
Comment if you're interested in working on this, and feel free to reach out if you need help.
Metadata
Metadata
Assignees
Labels
good first issuehttps://github.com/llvm/llvm-project/contributehttps://github.com/llvm/llvm-project/contributelibc