Jim Meyering <[email protected]> writes: > LS_COLORS='or=0:mi=0:ex=01;32:ln=01;35' \ > - strace -qe stat ls -F --color=always x link-to-x > out 2> err || fail=1 > + strace -qe stat,stat64 ls -F --color=always x link-to-x > out 2> err || > fail=1
This will fail if the stat64 system call does not exist (eg. on ia64 and s390x. x86-64 and ppc64 do not have a stat64 syscall either, but strace does not complain here due to the biarch nature). Andreas. -- Andreas Schwab, [email protected] GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."
