summaryrefslogtreecommitdiff
path: root/dirent/telldir.c
diff options
context:
space:
mode:
Diffstat (limited to 'dirent/telldir.c')
-rw-r--r--dirent/telldir.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/dirent/telldir.c b/dirent/telldir.c
index fdb56cffeb..3802be7dd0 100644
--- a/dirent/telldir.c
+++ b/dirent/telldir.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 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
@@ -22,8 +22,7 @@
/* Return the current position of DIRP. */
long int
-telldir (dirp)
- DIR *dirp;
+telldir (DIR *dirp)
{
if (dirp == NULL)
{