Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When utimensat is invoked via syscall, emulate Linux behavior. #97

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

sunfishcode
Copy link
Owner

At the syscall level, Linux's utimensat can accept a null path, which tells it to behave like futimens. Implement this behavior in c-scape's syscall function.

At the syscall level, Linux's `utimensat` can accept a null `path`,
which tells it to behave like `futimens`. Implement this behavior in
c-scape's `syscall` function.
@sunfishcode sunfishcode merged commit 8116267 into main Dec 13, 2023
5 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/syscall-utimensat-futimens branch December 13, 2023 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant