mattgodbolt / seasocks

Simple, small, C++ embeddable webserver with WebSockets support
BSD 2-Clause "Simplified" License
734 stars 120 forks source link

Use gettid() on glibc 2.30+ #139

Closed offa closed 4 years ago

offa commented 4 years ago

gettid() is available with glibc 2.30 (fixes #138).

codecov[bot] commented 4 years ago

Codecov Report

Merging #139 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #139   +/-   ##
=======================================
  Coverage   38.02%   38.02%           
=======================================
  Files          52       52           
  Lines        2243     2243           
=======================================
  Hits          853      853           
  Misses       1390     1390           
Impacted Files Coverage Δ
src/main/c/Server.cpp 28.80% <ø> (ø)

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 2636c3a...d9b60f6. Read the comment docs.