Eric Andersen 23 éve
szülő
commit
59b2e620ae
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      libc/stdlib/setenv.c

+ 1 - 1
libc/stdlib/setenv.c

@@ -194,7 +194,7 @@ int putenv (char *string)
 	free(name);
 	return(result);
     }
-    __unsetenv (string);
+    unsetenv (string);
     return 0;
 }