| 1 | #ifdef __linux__ // None of this stuff is going to work outside of linux! |
| 2 | |
| 3 | #ifndef HUNTER_ENABLED // Static linking (which hunter always? does) breaks the tests (duplicate definition), so skip them |
| 4 |
nothing calls this directly
no test coverage detected