summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-31 14:17:57 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-31 14:32:25 +0100
commitba120d1aaa7695cb73c824c93c34a6d0949bce27 (patch)
tree8587b1ce359379c92b3f0afd5c28477aa50e2166 /cpukit/libcsupport/include/rtems/libio.h
parentFilesystem: Documentation (diff)
downloadrtems-ba120d1aaa7695cb73c824c93c34a6d0949bce27.tar.bz2
Filesystem: Use ENOTTY for default ioctl() handler
This is in line with Linux and FreeBSD.
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 903991bc71..aa64ff35c4 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -1009,7 +1009,7 @@ ssize_t rtems_filesystem_default_write(
);
/**
- * @retval -1 Always. The errno is set to ENOTSUP.
+ * @retval -1 Always. The errno is set to ENOTTY.
*
* @see rtems_filesystem_ioctl_t.
*/