forked from Imagelibrary/rtems
2011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libfs/src/pipe/fifo.c: Fixed integer type.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
2011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* libcsupport/src/ioctl.c: Fixed integer type.
|
||||
* libcsupport/src/ioctl.c, libfs/src/pipe/fifo.c: Fixed integer type.
|
||||
|
||||
2011-04-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
|
||||
@@ -154,7 +154,7 @@ static inline void pipe_free(
|
||||
free(pipe);
|
||||
}
|
||||
|
||||
static rtems_status_code pipe_lock(void)
|
||||
static int pipe_lock(void)
|
||||
{
|
||||
rtems_status_code sc = RTEMS_SUCCESSFUL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user