Changeset e4c0a04b in rtems
- Timestamp:
- 11/06/11 11:52:45 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 59ca2f8c
- Parents:
- b799e4eb
- Location:
- cpukit
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
rb799e4eb re4c0a04b 4 4 * libcsupport/include/rtems/libio.h: Mark rtems_off64_t as 5 5 deprecated. 6 Replace rtems_off64_t with off_t. 7 * libfs/src/defaults/default_ftruncate.c, 8 libfs/src/defaults/default_lseek.c: 6 9 Replace rtems_off64_t with off_t. 7 10 -
cpukit/libfs/src/defaults/default_ftruncate.c
rb799e4eb re4c0a04b 16 16 int rtems_filesystem_default_ftruncate( 17 17 rtems_libio_t *iop, 18 rtems_off64_tlength18 off_t length 19 19 ) 20 20 { -
cpukit/libfs/src/defaults/default_lseek.c
rb799e4eb re4c0a04b 14 14 #include <rtems/seterr.h> 15 15 16 rtems_off64_t rtems_filesystem_default_lseek(16 off_t rtems_filesystem_default_lseek( 17 17 rtems_libio_t *iop, 18 rtems_off64_tlength,18 off_t length, 19 19 int whence 20 20 )
Note: See TracChangeset
for help on using the changeset viewer.