forked from Imagelibrary/rtems
2009-03-12 Santosh G Vattam <vattam.santosh@gmail.com>
PR 1378/filesystem * libfs/src/imfs/deviceio.c: IMFS device lseek should return the current offset.
This commit is contained in:
@@ -215,7 +215,7 @@ off_t device_lseek(
|
||||
int whence
|
||||
)
|
||||
{
|
||||
return 0;
|
||||
return offset;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user