Changeset 8f367d6b in rtems
- Timestamp:
- 09/19/97 18:31:05 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f37e656d
- Parents:
- 6b4ca31
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/src/libio.c
r6b4ca31 r8f367d6b 339 339 } 340 340 status = (*fp)(fd); 341 rtems_libio_free(iop);342 341 return status; 343 342 } -
c/src/lib/libc/libio.c
r6b4ca31 r8f367d6b 339 339 } 340 340 status = (*fp)(fd); 341 rtems_libio_free(iop);342 341 return status; 343 342 } -
cpukit/libcsupport/src/libio.c
r6b4ca31 r8f367d6b 339 339 } 340 340 status = (*fp)(fd); 341 rtems_libio_free(iop);342 341 return status; 343 342 }
Note: See TracChangeset
for help on using the changeset viewer.