diff options
Diffstat (limited to 'sysdeps/generic/lxstat.c')
-rw-r--r-- | sysdeps/generic/lxstat.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/generic/lxstat.c b/sysdeps/generic/lxstat.c index 6d1da8061b..23d4442b5c 100644 --- a/sysdeps/generic/lxstat.c +++ b/sysdeps/generic/lxstat.c @@ -18,13 +18,10 @@ #include <sys/stat.h> -#undef __lxstat - int __lxstat (int version, const char *file, struct stat *buf) { return __xstat (version, file, buf); } - -INTDEF(__lxstat) +hidden_def (__lxstat) weak_alias (__lxstat, _lxstat) |