summaryrefslogtreecommitdiff
path: root/libc/dirent
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2011-05-10 15:49:03 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2011-05-10 15:49:03 +0000
commit4b968931720cdf273465db07be69802e60304981 (patch)
tree9d0127d8b5164ead32571f32ab4e80661987dc43 /libc/dirent
parent9dffe5df04949a0dd0f37832415009bf84d882b6 (diff)
Merge changes between r13697 and r13758 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@13759 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/dirent')
-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)