summaryrefslogtreecommitdiff
path: root/dirent/readdir_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'dirent/readdir_r.c')
-rw-r--r--dirent/readdir_r.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/dirent/readdir_r.c b/dirent/readdir_r.c
index 115a3ceaf7..e8573b2847 100644
--- a/dirent/readdir_r.c
+++ b/dirent/readdir_r.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2013 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
@@ -31,4 +31,3 @@ __readdir_r (DIR *dirp, struct dirent *entry, struct dirent **result)
weak_alias (__readdir_r, readdir_r)
stub_warning (readdir_r)
-#include <stub-tag.h>