Document that LaunchProcessPosixSpawn is used on NetBSD

No functional change.

Sponsored by <The NetBSD Foundation>

llvm-svn: 293770
This commit is contained in:
Kamil Rytarowski 2017-02-01 14:35:08 +00:00
parent d26978796e
commit c9a89f6936
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ Error Host::RunShellCommand(const Args &args, const FileSpec &working_dir,
return error;
}
// LaunchProcessPosixSpawn for Apple, Linux, FreeBSD and other GLIBC
// LaunchProcessPosixSpawn for Apple, Linux, FreeBSD, NetBSD and other GLIBC
// systems
#if defined(__APPLE__) || defined(__linux__) || defined(__FreeBSD__) || \