forked from Imagelibrary/rtems
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:
@@ -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>
|
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||||
|
|||||||
@@ -665,9 +665,10 @@ int main(
|
|||||||
printf ("Success.\n");
|
printf ("Success.\n");
|
||||||
else
|
else
|
||||||
printf ("Failed!!!\n");
|
printf ("Failed!!!\n");
|
||||||
|
|
||||||
|
printf ("Testing sync()...... ");
|
||||||
|
sync();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
else
|
else
|
||||||
printf ("\n\nError opening files for write!!!!\n");
|
printf ("\n\nError opening files for write!!!!\n");
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||||
|
|||||||
@@ -665,9 +665,10 @@ int main(
|
|||||||
printf ("Success.\n");
|
printf ("Success.\n");
|
||||||
else
|
else
|
||||||
printf ("Failed!!!\n");
|
printf ("Failed!!!\n");
|
||||||
|
|
||||||
|
printf ("Testing sync()...... ");
|
||||||
|
sync();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
else
|
else
|
||||||
printf ("\n\nError opening files for write!!!!\n");
|
printf ("\n\nError opening files for write!!!!\n");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user