Build error with 64 bit arm toolchain.
Brought to you by:
complement
Encountered following build error while building STLport:
time_facets.cpp:445:19: error: 'const struct tm' has no member named 'tm_gmtoff'
diff = t->tm_gmtoff;
Find attached the patch, when applied fixes this build issue. I hope this patch will be useful while cross compiling for 64 bit arm toolchains.