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 OpenBSD build. #4108

Merged
merged 1 commit into from
Mar 22, 2021
Merged

Fix OpenBSD build. #4108

merged 1 commit into from
Mar 22, 2021

Conversation

devnexen
Copy link
Contributor

Also in case fiber context stack creation via mmap is enabled, adding MAP_STACK flag for this platform.

Also in case fiber context stack creation via mmap is enabled, adding MAP_STACK flag for this platform.
@codecov
Copy link

codecov bot commented Mar 19, 2021

Codecov Report

Merging #4108 (5813a97) into master (490ef86) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4108      +/-   ##
==========================================
+ Coverage   48.76%   48.77%   +0.01%     
==========================================
  Files          71       71              
  Lines       14269    14269              
==========================================
+ Hits         6958     6960       +2     
+ Misses       7311     7309       -2     
Impacted Files Coverage Δ
src/coroutine/context.cc 92.59% <ø> (ø)
src/lock/mutex.cc 75.00% <ø> (ø)
src/os/async_thread.cc 68.85% <0.00%> (+0.87%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 490ef86...5813a97. Read the comment docs.

@matyhtf matyhtf merged commit 1e5a17c into swoole:master Mar 22, 2021
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