Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / boost / boost.6940.glibc.patch
blobb1f42308de8b1a8de9dc7728a89d70ea376f3727
1 --- misc/boost_1_44_0/boost/thread/xtime.hpp 2012-11-05 20:13:28.034300778 -0500
2 +++ misc/build/boost_1_44_0/boost/thread/xtime.hpp 2012-11-05 20:13:50.856322691 -0500
3 @@ -20,7 +20,7 @@
5 enum xtime_clock_types
7 - TIME_UTC=1
8 + TIME_UTC_=1
9 // TIME_TAI,
10 // TIME_MONOTONIC,
11 // TIME_PROCESS,
12 @@ -68,7 +68,7 @@
14 inline int xtime_get(struct xtime* xtp, int clock_type)
16 - if (clock_type == TIME_UTC)
17 + if (clock_type == TIME_UTC_)
19 *xtp=get_xtime(get_system_time());
20 return clock_type;