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 compile issue on FreeBSD 14 #925

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

moonetic
Copy link

This PR fixes compilation fail on FreeBSD 14, described on issue by hxw The problem is, that there's no getSendQueueLen function defined for bsd platform, which causes compile failure. The fix adds new, sockio_bsd file with corresponding function implementation and build tags.

This PR fixes compilation fail on FreeBSD 14, described on [issue by hxw](uber#914)
The problem is, that there's no getSendQueueLen function defined for bsd platform, which causes compile failure. The fix adds new, sockio_bsd file with corresponding function implementation and build tags.
@CLAassistant
Copy link

CLAassistant commented Oct 31, 2024

CLA assistant check
All committers have signed the CLA.

@moonetic moonetic changed the title Fix compile issue on FreeBSD 14 (#914) Fix compile issue on FreeBSD 14 Oct 31, 2024
@ibarrajo ibarrajo added the bug label Nov 7, 2024
@ibarrajo ibarrajo requested a review from ChenX1993 November 7, 2024 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants