summaryrefslogtreecommitdiff
path: root/caretx.c
diff options
context:
space:
mode:
Diffstat (limited to 'caretx.c')
-rw-r--r--caretx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/caretx.c b/caretx.c
index dffa445b3b..5d3318c6d1 100644
--- a/caretx.c
+++ b/caretx.c
@@ -99,7 +99,7 @@ Perl_set_caret_X(pTHX) {
}
# elif defined(HAS_PROCSELFEXE)
char buf[MAXPATHLEN];
- Ssize_t len = readlink(PROCSELFEXE_PATH, buf, sizeof(buf) - 1);
+ SSize_t len = readlink(PROCSELFEXE_PATH, buf, sizeof(buf) - 1);
/* NOTE: if the length returned by readlink() is sizeof(buf) - 1,
* it is impossible to know whether the result was truncated. */