summaryrefslogtreecommitdiff
path: root/test/stat/memcmp-stat.c
AgeCommit message (Collapse)Author
2016-10-28test: remove test suiteWaldemar Brodkorb
The test suite is now a developed in a separate git repository. See here: http://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng-test.git The test suite should be just like every other software compiled with the cross-toolchain. In the past strange problems where found when the test suite got build in the toolchain creation step.
2009-11-29test/stat: fix compiling the memcmp-stat test when __USE_MISC is definedAustin Foxley
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
2007-01-29fixup prototype warningsMike Frysinger
2007-01-28dont rely on random stack state to trigger this issue; force the default ↵Mike Frysinger
stat structs to alternative bit masks
2007-01-28new test taken from stat issue with new tarMike Frysinger