diff options
Diffstat (limited to 'sysdeps/mach/hurd/xstat.c')
-rw-r--r-- | sysdeps/mach/hurd/xstat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/xstat.c b/sysdeps/mach/hurd/xstat.c index 2ae9598d0a..97719b082c 100644 --- a/sysdeps/mach/hurd/xstat.c +++ b/sysdeps/mach/hurd/xstat.c @@ -28,4 +28,5 @@ __xstat (int vers, const char *file, struct stat *buf) struct stat64 buf64; return __xstat64 (vers, file, &buf64) ?: xstat64_conv (buf, &buf64); } +hidden_def (__xstat) weak_alias (__xstat, _xstat) |