mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 05:28:32 +08:00
2010-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libfs/src/defaults/default_close.c: Return 0 instead of an error status.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* libfs/src/defaults/default_close.c: Return 0 instead of an error
|
||||
status.
|
||||
|
||||
2010-09-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* libmd/md5.h: C++ compatibility.
|
||||
|
||||
@@ -10,12 +10,10 @@
|
||||
*/
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int rtems_filesystem_default_close(
|
||||
rtems_libio_t *iop
|
||||
)
|
||||
{
|
||||
rtems_set_errno_and_return_minus_one( ENOTSUP );
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user