summaryrefslogtreecommitdiff
path: root/libc/dirent/rewinddir.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/dirent/rewinddir.c')
-rw-r--r--libc/dirent/rewinddir.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/dirent/rewinddir.c b/libc/dirent/rewinddir.c
index e78d31688..85009b650 100644
--- a/libc/dirent/rewinddir.c
+++ b/libc/dirent/rewinddir.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995, 1996, 1997, 2011 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
@@ -29,6 +29,7 @@ rewinddir (dirp)
__set_errno (ENOSYS);
/* No way to indicate failure. */
}
+libc_hidden_def (rewinddir)
stub_warning (rewinddir)