aboutsummaryrefslogtreecommitdiffstats
path: root/guts/realpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/realpath.c')
-rw-r--r--guts/realpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/guts/realpath.c b/guts/realpath.c
index 5b1a5f8..2f2dcf6 100644
--- a/guts/realpath.c
+++ b/guts/realpath.c
@@ -4,7 +4,7 @@
* char * rc = NULL;
*/
char *rname = PSEUDO_ROOT_PATH(AT_FDCWD, name, 0);
- size_t len;
+ ssize_t len;
if (!rname) {
errno = ENAMETOOLONG;
return NULL;