Changeset 9c3fa30 in rtems for c/src/lib/libc/fcntl.c
- Timestamp:
- 09/28/00 20:19:23 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2e61938
- Parents:
- 527b508
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libc/fcntl.c
r527b508 r9c3fa30 133 133 } 134 134 if (ret >= 0) { 135 if (iop->handlers->fcntl ) {136 int err = (*iop->handlers->fcntl )( cmd, iop );135 if (iop->handlers->fcntl_h) { 136 int err = (*iop->handlers->fcntl_h)( cmd, iop ); 137 137 if (err) { 138 138 errno = err;
Note: See TracChangeset
for help on using the changeset viewer.