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

Disable definition of clock_gettime for MacOS Sierra and above (10.12+) #375

Closed

Conversation

tomgreen66
Copy link

The functionality for clock_gettime is now included in MacOS Sierra so the definition in the code is not required for OSX anymore. Have used __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ definition to remove function and related types. Have tested with SDK10.11 and SDK10.12 and seems to compile correctly for both versions.

@RobertBeckebans
Copy link
Owner

This should be obsolete now with the changes by SRSaunders.

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.

None yet

2 participants