forked from Imagelibrary/rtems
2010-06-23 Chris Johns <chrisj@rtems.org>
PR 1577/filesystem
* libfs/src/pipe/fifo.c: Fixed the error codes returned on
open.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2010-06-23 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
PR 1577/filesystem
|
||||
* libfs/src/pipe/fifo.c: Fixed the error codes returned on
|
||||
open.
|
||||
|
||||
2010-06-23 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* rtems/Makefile.am: Remove the stray 'c' file.
|
||||
|
||||
@@ -102,7 +102,6 @@ static int pipe_alloc(
|
||||
if (! pipe->Buffer)
|
||||
goto err_buf;
|
||||
|
||||
err = -EINTR;
|
||||
if (rtems_barrier_create(
|
||||
rtems_build_name ('P', 'I', 'r', c),
|
||||
RTEMS_BARRIER_MANUAL_RELEASE, 0,
|
||||
|
||||
Reference in New Issue
Block a user