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:
Chris Johns
2010-06-23 05:06:34 +00:00
parent c90bd0af85
commit 0298b5ef16
2 changed files with 6 additions and 1 deletions

View File

@@ -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.

View 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,