Skip to content

Commit

Permalink
[wip] Update to GCC 14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed May 10, 2024
1 parent e129ed3 commit 7facf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/pk.patch
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ index 4a01cd2..0e399ab 100644

#include "libatomic_i.h"
-
+int __atomic_test_and_set (void* a, int b)
+bool __atomic_test_and_set (volatile void* a, int b)
+{
+ return 0;
+}
Expand Down

0 comments on commit 7facf2f

Please sign in to comment.