]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - io/ttyname.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / io / ttyname.c
index 6da4b2e0399f1e7551239180c87bf98cd627bf47..cc7adda4156d0a102443abeecce5f1a4ad48451c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -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;