summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/files/atomic_count_gcc_atomicity.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/boost/files/atomic_count_gcc_atomicity.patch')
-rw-r--r--meta/recipes-support/boost/files/atomic_count_gcc_atomicity.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-support/boost/files/atomic_count_gcc_atomicity.patch b/meta/recipes-support/boost/files/atomic_count_gcc_atomicity.patch
deleted file mode 100644
index 64d5884152..0000000000
--- a/meta/recipes-support/boost/files/atomic_count_gcc_atomicity.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1Upstream-Status: Backport
2
3Index: boost_1_33_1/boost/detail/atomic_count_gcc.hpp
4===================================================================
5--- boost_1_33_1.orig/boost/detail/atomic_count_gcc.hpp 2008-05-01 20:43:45.000000000 +0200
6+++ boost_1_33_1/boost/detail/atomic_count_gcc.hpp 2008-05-01 20:43:55.000000000 +0200
7@@ -17,7 +17,7 @@
8 // http://www.boost.org/LICENSE_1_0.txt)
9 //
10
11-#include <bits/atomicity.h>
12+#include <ext/atomicity.h>
13
14 namespace boost
15 {