diff options
Diffstat (limited to 'sysdeps/posix/getcwd.c')
-rw-r--r-- | sysdeps/posix/getcwd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/posix/getcwd.c b/sysdeps/posix/getcwd.c index afe696767a..ccb8e99c94 100644 --- a/sysdeps/posix/getcwd.c +++ b/sysdeps/posix/getcwd.c @@ -222,9 +222,7 @@ static int __rtld_have_atfcts; unless SIZE == 0, in which case it is as big as necessary. */ GETCWD_RETURN_TYPE -__getcwd (buf, size) - char *buf; - size_t size; +__getcwd (char *buf, size_t size) { #ifndef __ASSUME_ATFCTS static const char dots[] |