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

Fix incorrect return types. Fixes #275. #276

Merged
merged 1 commit into from Jul 30, 2021
Merged

Conversation

ioquatix
Copy link
Member

@ioquatix ioquatix commented Jul 30, 2021

Description

According to #275, libev implementation of uring has some "syntax errors", as in it declares some return type but doesn't return anything.

I checked and this is superficial, as in there were no cases where the (undefined) return value was ever used.

There is no update to libev yet with these fixes, but a quick check upstream shows that they are fixed already.

So I manually fixed the code by hand as a short term solution.

cc @tyan-boot

Types of Changes

  • Bug fix.

Testing

  • I tested my changes locally.

Copy link
Contributor

@olleolleolle olleolleolle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having read the Issue, followed the links, and heard the context given here, this looks like a fix, and the original issue poster confirmed that, also. 🥳

@ioquatix ioquatix merged commit 942623a into master Jul 30, 2021
@ioquatix ioquatix deleted the fix-incorrect-return-type branch July 30, 2021 20:42
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

3 participants