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 05c076b commit 6e226fa
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions patches/pk2.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
From 6e1e7c08127add758bf6f9cf7941e4eb83b138ca Mon Sep 17 00:00:00 2001
From: Your Name <[email protected]>
Date: Sat, 11 May 2024 01:28:43 +0200
Subject: [PATCH] x

---
libstdc++-v3/include/bits/atomic_base.h | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/libstdc++-v3/include/bits/atomic_base.h b/libstdc++-v3/include/bits/atomic_base.h
index dd36030..3598fee 100644
--- a/libstdc++-v3/include/bits/atomic_base.h
+++ b/libstdc++-v3/include/bits/atomic_base.h
@@ -48,6 +48,11 @@

#include <bits/version.h>

+bool __atomic_test_and_set (volatile void* a, int b)
+{
+ return 0;
+}
+
namespace std _GLIBCXX_VISIBILITY(default)
{
_GLIBCXX_BEGIN_NAMESPACE_VERSION
--
2.36.6

0 comments on commit 6e226fa

Please sign in to comment.