Skip to content

Commit 168d6d2

Browse files
yuanming-hubobcao3
authored andcommitted
remove dependency on glibc 2.27
1 parent fb0f2f9 commit 168d6d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/monitor.c

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
#include <stdlib.h>
3737
#include <limits.h>
3838

39+
#if defined(__linux__)
40+
__asm__(".symver powf,powf@GLIBC_2.2.5");
41+
#endif
3942

4043
// Lexically compare video modes, used by qsort
4144
//

0 commit comments

Comments
 (0)