Skip to content

Commit

Permalink
remove dependency on glibc 2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanming-hu committed May 9, 2020
1 parent 0a49ef0 commit 8bc966b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
#include <stdlib.h>
#include <limits.h>

#if defined(__linux__)
__asm__(".symver powf,powf@GLIBC_2.2.5");
#endif

// Lexically compare video modes, used by qsort
//
Expand Down

0 comments on commit 8bc966b

Please sign in to comment.