]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - dirent/rewinddir.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / dirent / rewinddir.c
index 5519e6761d6cafbad42a20fa0e32179a2c0ba9ae..cffa7fae8810f0a6028eefa2afeddf7387f5af2d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2019 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
 
 /* Rewind DIRP to the beginning of the directory.  */
 void
-rewinddir (dirp)
-     DIR *dirp;
+__rewinddir (DIR *dirp)
 {
   __set_errno (ENOSYS);
   /* No way to indicate failure.       */
 }
-libc_hidden_def (rewinddir)
+libc_hidden_def (__rewinddir)
+weak_alias (__rewinddir, rewinddir)
 
 
 stub_warning (rewinddir)
-#include <stub-tag.h>