diff options
Diffstat (limited to 'sysdeps/mach/hurd/readlink.c')
-rw-r--r-- | sysdeps/mach/hurd/readlink.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/mach/hurd/readlink.c b/sysdeps/mach/hurd/readlink.c index b36a9494f9..8727d1ac20 100644 --- a/sysdeps/mach/hurd/readlink.c +++ b/sysdeps/mach/hurd/readlink.c @@ -25,10 +25,7 @@ LEN bytes of BUF. The contents are not null-terminated. Returns the number of characters read, or -1 for errors. */ ssize_t -__readlink (file_name, buf, len) - const char *file_name; - char *buf; - size_t len; +__readlink (const char *file_name, char *buf, size_t len) { error_t err; file_t file; |