]> granicus.if.org Git - strace/commit
Revert "tests/xstatx.c: fix stat syscall tests on mips64"
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 24 Aug 2016 00:29:47 +0000 (00:29 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 24 Aug 2016 15:33:34 +0000 (15:33 +0000)
commit6fc53380c64829436d8f590eb41c5fc1e851df65
tree778b1fed4b743f94902cf877811dfafd1ffa0cc4
parenta7c4ee41ff52f9971c32203e4112467fdd608250
Revert "tests/xstatx.c: fix stat syscall tests on mips64"

Previous commit effectively changed types of st_atime, st_ctime, and
st_mtime members of struct stat and struct stat64 to signed integers,
making the mips64 workaround obsolete.

This reverts commit 3fb84bfc79949c145197c61fbf04ce18464e9112.

* tests/xstatx.c (create_sample) [__mips64]: Remove.
tests/xstatx.c