X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fstat%2F__xstat.c;h=b4560df7cdd701e35bbd145d5d511b2fc3584db3;hb=7e6da7ac98efdc8167ed2d109298ba232a9a7ba3;hp=73c873aea226a1128b65c8d0719d5b06d3415ca9;hpb=1fd0f6e31f157cc9be115c29f0c537d8a225cc86;p=musl diff --git a/src/stat/__xstat.c b/src/stat/__xstat.c index 73c873ae..b4560df7 100644 --- a/src/stat/__xstat.c +++ b/src/stat/__xstat.c @@ -1,5 +1,6 @@ #include -#include "libc.h" + +#if !_REDIR_TIME64 int __fxstat(int ver, int fd, struct stat *buf) { @@ -21,10 +22,7 @@ int __xstat(int ver, const char *path, struct stat *buf) return stat(path, buf); } -LFS64(__fxstat); -LFS64(__fxstatat); -LFS64(__lxstat); -LFS64(__xstat); +#endif int __xmknod(int ver, const char *path, mode_t mode, dev_t *dev) {