Skip to content

Commit

Permalink
cares.sh: try workaround for hiding symbols 9
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Jan 26, 2025
1 parent 9344cf5 commit b347c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cares.patch
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ index 4dd6df8d..4b9ce10d 100644
#elif defined(__APPLE__) && defined(CARES_THREADS)

+# ifdef __clang__
+# #include <stdbool.h>
+# include <stdbool.h>
+# endif
# include <sys/types.h>
# include <unistd.h>
Expand Down

0 comments on commit b347c3d

Please sign in to comment.