mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
[dmd-cxx] std.process: Change visibility of searchPathFor to package
This commit is contained in:
parent
e6907ff3e2
commit
32cfe9b615
1 changed files with 1 additions and 1 deletions
|
@ -887,7 +887,7 @@ version (Windows) @system unittest
|
|||
// Searches the PATH variable for the given executable file,
|
||||
// (checking that it is in fact executable).
|
||||
version (Posix)
|
||||
private string searchPathFor(in char[] executable)
|
||||
package(std) string searchPathFor(in char[] executable)
|
||||
@trusted //TODO: @safe nothrow
|
||||
{
|
||||
import std.algorithm.iteration : splitter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue