]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - io/ttyname.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / io / ttyname.c
index 6332d29916423402a4714c59a18cde5226545d2b..f70ebd12f0a66c9419e768f2b1068faf6f492952 100644 (file)
@@ -25,8 +25,7 @@ char *__ttyname = NULL;
 /* Return the pathname of the terminal FD is open on, or NULL on errors.
    The returned storage is good only until the next call to this function.  */
 char *
-ttyname (fd)
-     int fd;
+ttyname (int fd)
 {
   __set_errno (ENOSYS);
   return NULL;