Skip to content
Snippets Groups Projects
Commit c1387013 authored by Florian Fischer's avatar Florian Fischer
Browse files

[lib/LinuxVersion] multiple fixes

* remove fancy but broken static LinuxVersion object.
  This means each usage of a EMPER_LINUX_* macro results in a syscall.
  But I think this is worth it when the result is a sound program.
  Users of those macros should store the result of the comparison anyway.
* fix that we skipped parsing the last part of a version string
* add a test for LinuxVersion
* IO_MUST_INVALIDATE_BROKEN_CHAIN can still be const
parent 83d9fb46
No related branches found
No related tags found
1 merge request!252[lib/LinuxVersion] multiple fixes
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment