Changeset e6babd7 in rtems for c/src/lib/libc/fcntl.c
- Timestamp:
- 10/18/00 13:08:22 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 946178d
- Parents:
- 3a410c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libc/fcntl.c
r3a410c5 re6babd7 132 132 break; 133 133 } 134 135 /* 136 * If we got this far successfully, then we give the optional 137 * filesystem specific handler a chance to process this. 138 */ 139 134 140 if (ret >= 0) { 135 141 if (iop->handlers->fcntl_h) { … … 140 146 } 141 147 } 142 else {143 errno = ENOTSUP;144 ret = -1;145 }146 148 } 147 149 return ret;
Note: See TracChangeset
for help on using the changeset viewer.