Fix:support_libc:Reverted wrong change
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Fri, 18 Feb 2011 09:38:11 +0000 (09:38 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Fri, 18 Feb 2011 09:38:11 +0000 (09:38 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4202 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/support/libc/libc.c

index ba09109..881c7f8 100644 (file)
@@ -26,7 +26,6 @@ static void cleanup_libc(void)
        }
 }
 
-#if 0
 char *
 getenv(const char *name)
 {
@@ -37,7 +36,6 @@ getenv(const char *name)
        }
        return NULL;
 }
-#endif
 
 int
 setenv(const char *name, const char *value, int overwrite)