aboutsummaryrefslogtreecommitdiff
path: root/io/readlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/readlink.c')
-rw-r--r--io/readlink.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/io/readlink.c b/io/readlink.c
index 4516e64..197e94e 100644
--- a/io/readlink.c
+++ b/io/readlink.c
@@ -22,10 +22,7 @@
LEN bytes of BUF. The contents are not null-terminated.
Returns the number of characters read, or -1 for errors. */
ssize_t
-__readlink (path, buf, len)
- const char *path;
- char *buf;
- size_t len;
+__readlink (const char *path, char *buf, size_t len)
{
__set_errno (ENOSYS);
return -1;