Commented out more unused glibc stuff. Scary...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30827 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-05-22 14:55:28 +00:00
parent ef3966e888
commit 544e3d2523
2 changed files with 4 additions and 0 deletions
@@ -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. */
@@ -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