mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
@@ -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");
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user