diff options
Diffstat (limited to 'libiberty/getcwd.c')
-rw-r--r-- | libiberty/getcwd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libiberty/getcwd.c b/libiberty/getcwd.c index a19d267..28f26eb 100644 --- a/libiberty/getcwd.c +++ b/libiberty/getcwd.c @@ -38,9 +38,7 @@ extern int errno; #endif char * -getcwd (buf, len) - char *buf; - size_t len; +getcwd (char *buf, size_t len) { char ourbuf[MAXPATHLEN]; char *result; |