summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-04-03 14:50:44 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-04-03 15:03:18 +0200
commit5b045eb6f8b73ad224f6ee7e54eab28cd5771656 (patch)
tree3f6f1fbbe9d56ed59bf9ee47509ee75118bdccf2 /cpukit/libcsupport/include/rtems/libio.h
parentbsp/tqm8xx: Install header file <bsp/irq-info.h> (diff)
downloadrtems-5b045eb6f8b73ad224f6ee7e54eab28cd5771656.tar.bz2
Filesystem: Change type of ioctl_return
Change the ioctl_return type of rtems_libio_ioctl_args_t to match the ioctl() return value type.
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libio.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index 968681b626..f1908f7da2 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -1201,7 +1201,7 @@ typedef struct {
rtems_libio_t *iop;
uint32_t command;
void *buffer;
- uint32_t ioctl_return;
+ int ioctl_return;
} rtems_libio_ioctl_args_t;
/**