diff options
Diffstat (limited to 'sysdeps/mach/hurd/readlinkat.c')
-rw-r--r-- | sysdeps/mach/hurd/readlinkat.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/mach/hurd/readlinkat.c b/sysdeps/mach/hurd/readlinkat.c index b538a3bccf..5a92bb5fc3 100644 --- a/sysdeps/mach/hurd/readlinkat.c +++ b/sysdeps/mach/hurd/readlinkat.c @@ -26,11 +26,7 @@ than LEN bytes of BUF. The contents are not null-terminated. Returns the number of characters read, or -1 for errors. */ ssize_t -readlinkat (fd, file_name, buf, len) - int fd; - const char *file_name; - char *buf; - size_t len; +readlinkat (int fd, const char *file_name, char *buf, size_t len) { error_t err; file_t file; |