| author | Jerome Duval <jerome.duval@gmail.com> | 2016-05-05 9:03:06.0 +00:00:00 |
|---|---|---|
| committer | Jérôme Duval <jerome.duval@gmail.com> | 2018-06-28 22:35:23.0 +02:00:00 |
| commit | 13dd3f531fc30b6e144034ddce1ea1c9b224dbfd [patch] |
|
| tree | 532e9260524041427ccb79c2889e953e9df8d35b |
|
| parent | ac9c3b70052ef259d3c2d16f61f098467eee4c5d |
|
| download | 13dd3f531fc30b6e144034ddce1ea1c9b224dbfd.tar.gz |
|
fix for libstdc++/69506
Diff
gcc/libstdc++-v3/config/os/haiku/os_defines.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/libstdc++-v3/config/os/haiku/os_defines.h b/gcc/libstdc++-v3/config/os/haiku/os_defines.h index 4674f7b..02c8693 100644 --- a/gcc/libstdc++-v3/config/os/haiku/os_defines.h +++ a/gcc/libstdc++-v3/config/os/haiku/os_defines.h @@ -42,4 +42,7 @@ #define _GLIBCXX_USE_CLOCK_REALTIME 1 #endif // See libstdc++/69506 #define _GLIBCXX_USE_WEAK_REF 0 #endif