summaryrefslogtreecommitdiff
path: root/dirent/rewinddir.c
diff options
context:
space:
mode:
Diffstat (limited to 'dirent/rewinddir.c')
-rw-r--r--dirent/rewinddir.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/dirent/rewinddir.c b/dirent/rewinddir.c
index e7a345a468..eaecb46f5e 100644
--- a/dirent/rewinddir.c
+++ b/dirent/rewinddir.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 @@
/* Rewind DIRP to the beginning of the directory. */
void
-__rewinddir (dirp)
- DIR *dirp;
+__rewinddir (DIR *dirp)
{
__set_errno (ENOSYS);
/* No way to indicate failure. */