mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
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:
@@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
2009-03-09 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1376/filesystem
|
||||
|
||||
@@ -241,7 +241,7 @@ off_t device_lseek(
|
||||
int whence
|
||||
)
|
||||
{
|
||||
return 0;
|
||||
return offset;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user