canonical / dqlite

Embeddable, replicated and fault-tolerant SQL engine.
https://dqlite.io
Other
3.88k stars 216 forks source link

vfs: Correct include path for fcntl.h #452

Closed cole-miller closed 1 year ago

cole-miller commented 1 year ago

See #451

Signed-off-by: Cole Miller cole.miller@canonical.com

codecov[bot] commented 1 year ago

Codecov Report

Merging #452 (24dac6f) into master (35ed925) will decrease coverage by 0.01%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #452      +/-   ##
==========================================
- Coverage   74.35%   74.34%   -0.02%     
==========================================
  Files          32       32              
  Lines        5382     5382              
  Branches     1682     1682              
==========================================
- Hits         4002     4001       -1     
- Misses        820      821       +1     
  Partials      560      560              
Impacted Files Coverage Δ
src/vfs.c 83.97% <ø> (ø)
src/transport.c 70.12% <0.00%> (-0.65%) :arrow_down:
src/gateway.c 59.56% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

cole-miller commented 1 year ago

This test failure is significant but I'm going to just create an issue and merge, since there's no way it's related to this change.