forked from Imagelibrary/rtems
2011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libcsupport/src/ioctl.c: Fixed integer type.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* libcsupport/src/ioctl.c: Fixed integer type.
|
||||
|
||||
2011-04-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* sapi/include/confdefs.h, score/cpu/i386/cpu.c: Fix typos so you
|
||||
|
||||
@@ -32,7 +32,7 @@ int ioctl(
|
||||
)
|
||||
{
|
||||
va_list ap;
|
||||
rtems_status_code rc;
|
||||
int rc;
|
||||
rtems_libio_t *iop;
|
||||
void *buffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user