2003-08-14 Joel Sherrill <joel@OARcorp.com>

PR 408/filesystem
	* psx13/test.c: Added very rudimentary test of sync() service.
This commit is contained in:
Joel Sherrill
2003-08-14 20:26:09 +00:00
parent 236b701440
commit d216fca7ef
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2003-08-14 Joel Sherrill <joel@OARcorp.com>
PR 408/filesystem
* psx13/test.c: Added very rudimentary test of sync() service.
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.

View File

@@ -665,9 +665,10 @@ int main(
printf ("Success.\n");
else
printf ("Failed!!!\n");
printf ("Testing sync()...... ");
sync();
}
else
printf ("\n\nError opening files for write!!!!\n");

View File

@@ -1,3 +1,8 @@
2003-08-14 Joel Sherrill <joel@OARcorp.com>
PR 408/filesystem
* psx13/test.c: Added very rudimentary test of sync() service.
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.

View File

@@ -665,9 +665,10 @@ int main(
printf ("Success.\n");
else
printf ("Failed!!!\n");
printf ("Testing sync()...... ");
sync();
}
else
printf ("\n\nError opening files for write!!!!\n");