about summary refs log tree commit diff
path: root/sysdeps/posix/rewinddir.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/rewinddir.c')
-rw-r--r--sysdeps/posix/rewinddir.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/posix/rewinddir.c b/sysdeps/posix/rewinddir.c
index 5ac4897f7d..c7c127a1b5 100644
--- a/sysdeps/posix/rewinddir.c
+++ b/sysdeps/posix/rewinddir.c
@@ -23,8 +23,7 @@
 
 /* Rewind DIRP to the beginning of the directory.  */
 void
-__rewinddir (dirp)
-     DIR *dirp;
+__rewinddir (DIR *dirp)
 {
 #if IS_IN (libc)
   __libc_lock_lock (dirp->lock);