-
Notifications
You must be signed in to change notification settings - Fork 15.2k
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
utimesin/src/sys/time(you will need to create this directory). - Add tests for
utimesin/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
utimestoentrypoints.txtfor at least x86_64 and whatever you're building on - Add
utimstoinclude/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