From 5b045eb6f8b73ad224f6ee7e54eab28cd5771656 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 3 Apr 2012 14:50:44 +0200 Subject: Filesystem: Change type of ioctl_return Change the ioctl_return type of rtems_libio_ioctl_args_t to match the ioctl() return value type. --- cpukit/libcsupport/include/rtems/libio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/include/rtems/libio.h') 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; /** -- cgit v1.2.3