summaryrefslogtreecommitdiff
path: root/boost/boost.6940.glibc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'boost/boost.6940.glibc.patch')
-rw-r--r--boost/boost.6940.glibc.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/boost/boost.6940.glibc.patch b/boost/boost.6940.glibc.patch
new file mode 100644
index 000000000000..b1f42308de8b
--- /dev/null
+++ b/boost/boost.6940.glibc.patch
@@ -0,0 +1,20 @@
+--- misc/boost_1_44_0/boost/thread/xtime.hpp 2012-11-05 20:13:28.034300778 -0500
++++ misc/build/boost_1_44_0/boost/thread/xtime.hpp 2012-11-05 20:13:50.856322691 -0500
+@@ -20,7 +20,7 @@
+
+ enum xtime_clock_types
+ {
+- TIME_UTC=1
++ TIME_UTC_=1
+ // TIME_TAI,
+ // TIME_MONOTONIC,
+ // TIME_PROCESS,
+@@ -68,7 +68,7 @@
+
+ inline int xtime_get(struct xtime* xtp, int clock_type)
+ {
+- if (clock_type == TIME_UTC)
++ if (clock_type == TIME_UTC_)
+ {
+ *xtp=get_xtime(get_system_time());
+ return clock_type;