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

use clock_gettime instead of gettimeofday #330

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

disaykin
Copy link
Contributor

@disaykin disaykin commented Aug 1, 2023

POSIX.1-2008 marks gettimeofday() as obsolete, recommending the use of clock_gettime(2) instead.

POSIX.1-2008 marks gettimeofday() as obsolete, recommending the use of clock_gettime(2) instead.
@disaykin
Copy link
Contributor Author

disaykin commented Jul 2, 2024

@sonertari can you merge this PR?

@sonertari sonertari merged commit 409b2ee into droe:develop Jul 2, 2024
@sonertari
Copy link
Collaborator

Oops, thanks

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.

2 participants