Changeset 68b49f1 in rtems
- Timestamp:
- Jun 23, 2010, 5:01:46 AM (9 years ago)
- Branches:
- 4.11, master
- Children:
- b0cb645
- Parents:
- ac03a9b
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
rac03a9b r68b49f1 1 2010-06-23 Chris Johns <chrisj@rtems.org> 2 3 PR 1577/filesystem 4 * libfs/src/pipe/fifo.c: Fixed the error codes returned on open. 5 1 6 2010-06-23 Chris Johns <chrisj@rtems.org> 2 7 -
cpukit/libfs/src/pipe/fifo.c
rac03a9b r68b49f1 105 105 goto err_buf; 106 106 107 err = -EINTR;108 107 if (rtems_barrier_create( 109 108 rtems_build_name ('P', 'I', 'r', c), … … 181 180 return 0; 182 181 } else { 183 return -E INTR;182 return -ENOMEM; 184 183 } 185 184 }
Note: See TracChangeset
for help on using the changeset viewer.