summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/addressbook
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2018-11-11 23:44:27 +0300
committerLiang Qi <liang.qi@qt.io>2018-11-12 13:01:25 +0000
commit1c957bb8e57adf7674716f40b67c5d6877b32f86 (patch)
tree76c32cf2b39bcc950421a1f915e1dbc920dfa660 /examples/widgets/itemviews/addressbook
parent178bc49ac2b80b80f75829f3add5d7e66fd08240 (diff)
Fix ambiguous definition of atime/mtime/ctime on alpha
One of the implementations is enabled when the stat struct has ::st_atim member, another — when it has ::st_atimensec member. On alpha, the stat struct has both members, defined as union here: https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/alpha/bits/stat.h#l48 and then used here: https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/alpha/bits/stat.h#l92 This commit forcefully disables the second implementation on alpha. Change-Id: Ifc284d72b68b9bac590b518f31960288df3a087d Done-with: Michael Cree <mcree@orcon.net.nz> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'examples/widgets/itemviews/addressbook')
0 files changed, 0 insertions, 0 deletions