* imported qemu/hotfix-glibc-2.41.patch
[t2sde.git] / package / develop / gcc / hotfix.patch.uclibc
blobb5c81d10c3066b234112f1f7ce0b098f469b5482
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/gcc/hotfix.patch.uclibc
3 # Copyright (C) 2023 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- gcc-13.1.0/libstdc++-v3/src/c++20/tzdb.cc.vanilla   2023-05-25 00:45:21.569447104 +0200
15 +++ gcc-13.1.0/libstdc++-v3/src/c++20/tzdb.cc   2023-05-25 00:45:54.347450473 +0200
16 @@ -633,10 +633,10 @@
17         void decrement() { }
19         // Use a mutex to synchronize all access to the infos vector.
20 -       mutex infos_mutex;
21 +       //mutex infos_mutex;
23 -       void lock() { infos_mutex.lock(); }
24 -       void unlock() { infos_mutex.unlock(); }
25 +       void lock() { /*infos_mutex.lock();*/ }
26 +       void unlock() { /*infos_mutex.unlock();*/ }
27        };
29  #if defined __GTHREADS && __cpp_lib_atomic_wait