[patch] Implement ISO/IEC TS 18822 C++ File system TS
Jonathan Wakely
jwakely@redhat.com
Sat May 2 09:52:00 GMT 2015
Another portability fix, to avoid using &stat::st_atime because
st_atime might be a macro, and &stat::st_atim.tv_sec is not valid.
Also POSIX doesn't actually require any particular structure for
timespec, so set the fields explicitly instead of using braces.
Tested powerpc64le-linux and powerpc-aix7, committed to trunk.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt
Type: text/x-patch
Size: 1694 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20150502/00a9a15f/attachment.bin>
More information about the Libstdc++
mailing list