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

liburing: fix cc member check #1322

Merged
merged 1 commit into from
Dec 5, 2023
Merged

Conversation

jmillan
Copy link
Contributor

@jmillan jmillan commented Dec 5, 2023

__kernel_timespec is defined in time_types.h since the last 5 years regardless time.h includes the former header file.

The check was being done to time.h and if successfull time_types.h is included in the source which is obviously not correct.

`__kernel_timespec` is defined in `time_types.h` since the last 5 years
regardless `time.h` includes the former header file.

The check was being done to `time.h` and if successfull `time_types.h`
is included in the source which is obviously not correct.
@neheb neheb merged commit 8a706c7 into mesonbuild:master Dec 5, 2023
8 checks passed
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