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:
@@ -47,9 +47,11 @@ int
|
|||||||
internal_function
|
internal_function
|
||||||
__gconv_load_cache (void)
|
__gconv_load_cache (void)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
int fd;
|
int fd;
|
||||||
struct stat64 st;
|
struct stat64 st;
|
||||||
struct gconvcache_header *header;
|
struct gconvcache_header *header;
|
||||||
|
#endif
|
||||||
|
|
||||||
/* We cannot use the cache if the GCONV_PATH environment variable is
|
/* We cannot use the cache if the GCONV_PATH environment variable is
|
||||||
set. */
|
set. */
|
||||||
|
|||||||
@@ -82,6 +82,7 @@ struct stat
|
|||||||
#define __S_IWRITE 0200 /* Write by owner. */
|
#define __S_IWRITE 0200 /* Write by owner. */
|
||||||
#define __S_IEXEC 0100 /* Execute by owner. */
|
#define __S_IEXEC 0100 /* Execute by owner. */
|
||||||
|
|
||||||
|
#if 0
|
||||||
#ifdef __USE_LARGEFILE64
|
#ifdef __USE_LARGEFILE64
|
||||||
struct stat64
|
struct stat64
|
||||||
{
|
{
|
||||||
@@ -99,3 +100,4 @@ struct stat64
|
|||||||
__time_t st_ctime; /* Time of last status change. */
|
__time_t st_ctime; /* Time of last status change. */
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user