summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-05-27 16:30:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-05-27 16:30:32 +0000
commitfb1b349f94f94d2cbbc18c1d9bebd715c019f09f (patch)
treee3d09127c9651e5c1e3086f0865e00b114d6dd2f /cpukit/libcsupport
parent2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-fb1b349f94f94d2cbbc18c1d9bebd715c019f09f.tar.bz2
2010-05-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/include/rtems/libio.h: Use size_t instead of int for pathnamelen.
Diffstat (limited to 'cpukit/libcsupport')
-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 5cd6dc5a24..fb96e07b22 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -176,7 +176,7 @@ typedef int (*rtems_filesystem_mknod_t)(
typedef int (*rtems_filesystem_evalpath_t)(
const char *pathname, /* IN */
- int pathnamelen, /* IN */
+ size_t pathnamelen, /* IN */
int flags, /* IN */
rtems_filesystem_location_info_t *pathloc /* IN/OUT */
);