diff --git a/src/system/libroot/posix/glibc/iconv/gconv_cache.c b/src/system/libroot/posix/glibc/iconv/gconv_cache.c index 7c45ed87a6..c1f3dab2c7 100644 --- a/src/system/libroot/posix/glibc/iconv/gconv_cache.c +++ b/src/system/libroot/posix/glibc/iconv/gconv_cache.c @@ -47,9 +47,11 @@ int internal_function __gconv_load_cache (void) { +#if 0 int fd; struct stat64 st; struct gconvcache_header *header; +#endif /* We cannot use the cache if the GCONV_PATH environment variable is set. */ diff --git a/src/system/libroot/posix/glibc/include/bits/stat.h b/src/system/libroot/posix/glibc/include/bits/stat.h index 58d43e0e30..f6c6460509 100644 --- a/src/system/libroot/posix/glibc/include/bits/stat.h +++ b/src/system/libroot/posix/glibc/include/bits/stat.h @@ -82,6 +82,7 @@ struct stat #define __S_IWRITE 0200 /* Write by owner. */ #define __S_IEXEC 0100 /* Execute by owner. */ +#if 0 #ifdef __USE_LARGEFILE64 struct stat64 { @@ -99,3 +100,4 @@ struct stat64 __time_t st_ctime; /* Time of last status change. */ }; #endif +#endif