summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/fxstatat64.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/fxstatat64.c')
-rw-r--r--sysdeps/mach/hurd/fxstatat64.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/fxstatat64.c b/sysdeps/mach/hurd/fxstatat64.c
index 710c612e4d..f7339d1ba5 100644
--- a/sysdeps/mach/hurd/fxstatat64.c
+++ b/sysdeps/mach/hurd/fxstatat64.c
@@ -1,5 +1,5 @@
/* Get information about file named relative to open directory. Hurd version.
- Copyright (C) 2006-2013 Free Software Foundation, Inc.
+ Copyright (C) 2006-2014 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
@@ -43,3 +43,4 @@ __fxstatat64 (int vers, int fd, const char *filename, struct stat64 *buf,
return __hurd_fail (err);
}
+libc_hidden_def (__fxstatat64)