]> git.ipfire.org Git - thirdparty/coreutils.git/commit
stat: work around IBM xlC bug
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 5 Mar 2018 23:50:39 +0000 (15:50 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 5 Mar 2018 23:51:06 +0000 (15:51 -0800)
commit2eaf3a14a5235f62eba7f772b1afd076bea3aaa3
tree344ba63800c59f36433311d90ae2a7a525b95088
parent1f52607fc3482de2ee151e0a184f569e52fb0b84
stat: work around IBM xlC bug

Problem reported by John Wiersba (Bug#30718)
* src/stat.c (human_time): Avoid giving an integer constant
expression a name, as it runs afoul of a bug in IBM XL C/C++ for
AIX 12.01.0000.0002.
src/stat.c