summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/readdir64.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/readdir64.c')
-rw-r--r--sysdeps/mach/hurd/readdir64.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/readdir64.c b/sysdeps/mach/hurd/readdir64.c
index 74296680a6..f28d8603ab 100644
--- a/sysdeps/mach/hurd/readdir64.c
+++ b/sysdeps/mach/hurd/readdir64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2018 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
@@ -98,4 +98,5 @@ __readdir64 (DIR *dirp)
return dp;
}
+libc_hidden_def (__readdir64)
weak_alias (__readdir64, readdir64)