From a76c23738b14b1933d099e52cf1f907997993533 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 24 Feb 2012 09:54:44 +0100 Subject: Filesystem: Change error indication Change error indication to ESPIPE in rtems_filesystem_default_lseek(). --- 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 e17a4380f4..f883d66b40 100644 --- a/cpukit/libcsupport/include/rtems/libio.h +++ b/cpukit/libcsupport/include/rtems/libio.h @@ -1014,7 +1014,7 @@ int rtems_filesystem_default_ioctl( ); /** - * @retval -1 Always. The errno is set to ENOTSUP. + * @retval -1 Always. The errno is set to ESPIPE. * * @see rtems_filesystem_lseek_t. */ -- cgit v1.2.3