* libcsupport/src/ioctl.c: Fixed integer type.
This commit is contained in:
Sebastian Huber
2011-04-15 10:27:10 +00:00
parent 86820eda09
commit 3d2044481e
2 changed files with 5 additions and 1 deletions

View File

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

View File

@@ -32,7 +32,7 @@ int ioctl(
)
{
va_list ap;
rtems_status_code rc;
int rc;
rtems_libio_t *iop;
void *buffer;