Changeset 4fb9af8 in rtems
- Timestamp:
- 03/19/99 23:26:11 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c69856c3
- Parents:
- 04c308c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/src/fcntl.c
r04c308c r4fb9af8 89 89 case F_GETFL: /* more flags (cloexec) */ 90 90 ret = rtems_libio_to_fcntl_flags( iop->flags ); 91 break; 91 92 92 93 case F_SETFL: -
c/src/lib/libc/fcntl.c
r04c308c r4fb9af8 89 89 case F_GETFL: /* more flags (cloexec) */ 90 90 ret = rtems_libio_to_fcntl_flags( iop->flags ); 91 break; 91 92 92 93 case F_SETFL: -
cpukit/libcsupport/src/fcntl.c
r04c308c r4fb9af8 89 89 case F_GETFL: /* more flags (cloexec) */ 90 90 ret = rtems_libio_to_fcntl_flags( iop->flags ); 91 break; 91 92 92 93 case F_SETFL:
Note: See TracChangeset
for help on using the changeset viewer.