Eric Andersen 24 lat temu
rodzic
commit
59b2e620ae
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      libc/stdlib/setenv.c

+ 1 - 1
libc/stdlib/setenv.c

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