X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_ftruncate_big_file.h;fp=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_truncate_EFBIG.h;h=7ae00386c46668e3c8ac67331b64f8593d622167;hp=5a459ad0e963fb0a6cc3602ea4910cc28510df70;hb=24f00634ca4584100b60d7b68675c1c9c4646ee8;hpb=4966064e2d0557eb3132888bf31ed1edac0fef4b diff --git a/direct/timothy_tests/quick_tests/test_yaffs_truncate_EFBIG.h b/direct/timothy_tests/quick_tests/test_yaffs_ftruncate_big_file.h similarity index 76% rename from direct/timothy_tests/quick_tests/test_yaffs_truncate_EFBIG.h rename to direct/timothy_tests/quick_tests/test_yaffs_ftruncate_big_file.h index 5a459ad..7ae0038 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_truncate_EFBIG.h +++ b/direct/timothy_tests/quick_tests/test_yaffs_ftruncate_big_file.h @@ -13,14 +13,14 @@ * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. */ -#ifndef __test_yaffs_truncate_EFBIG_h__ -#define __test_yaffs_truncate_EFBIG_h__ +#ifndef __test_yaffs_ftruncate_big_file_h__ +#define __test_yaffs_ftruncate_big_file_h__ #include "lib.h" #include "yaffsfs.h" #include "test_yaffs_open.h" -int test_yaffs_truncate_EFBIG(void); -int test_yaffs_truncate_EFBIG_clean(void); +int test_yaffs_ftruncate_big_file(void); +int test_yaffs_ftruncate_big_file_clean(void); #endif