aboutsummaryrefslogtreecommitdiff
path: root/libiberty/getcwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libiberty/getcwd.c')
-rw-r--r--libiberty/getcwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/getcwd.c b/libiberty/getcwd.c
index 465b4e0..a19d267 100644
--- a/libiberty/getcwd.c
+++ b/libiberty/getcwd.c
@@ -40,7 +40,7 @@ extern int errno;
char *
getcwd (buf, len)
char *buf;
- int len;
+ size_t len;
{
char ourbuf[MAXPATHLEN];
char *result;