Skip to content

Commit

Permalink
change glibc version to 2.33
Browse files Browse the repository at this point in the history
  • Loading branch information
OrellBuehler committed Sep 19, 2023
1 parent f81f650 commit ef3385b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analyze.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "internal.hpp"

__asm__(".symver realpath,realpath@GLIBC_2.31");
__asm__(".symver realpath,realpath@GLIBC_2.33");

namespace CaDiCaL {

Expand Down

0 comments on commit ef3385b

Please sign in to comment.