]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - io/readlinkat.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / io / readlinkat.c
index 63b48ea1fe45aef80185225cb75e3a35ebb53486..359ce3ac7d499e618527648ebd5d21dde2eba6c4 100644 (file)
    more 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, path, buf, len)
-     int fd;
-     const char *path;
-     char *buf;
-     size_t len;
+readlinkat (int fd, const char *path, char *buf, size_t len)
 {
   if (path == NULL)
     {