genericopenlibs/openenvcore/libc/test/testsyscalls/src/tsyscallsblocks.cpp
changeset 18 47c74d1534e1
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
--- a/genericopenlibs/openenvcore/libc/test/testsyscalls/src/tsyscallsblocks.cpp	Tue Feb 02 02:01:42 2010 +0200
+++ b/genericopenlibs/openenvcore/libc/test/testsyscalls/src/tsyscallsblocks.cpp	Fri Apr 16 16:46:38 2010 +0300
@@ -6927,6 +6927,7 @@
 	{
 	int ret;
 	ret = fsync(fd);
+	ret = ret;
 	return 0;
 	}
 
@@ -6936,6 +6937,7 @@
 	int ret;
 	lseek(fd, 2, SEEK_SET);
 	ret = fsync(fd);   //only one fsync should be able to sync the data.
+	ret = ret;
 	return 0;
 	}