This commit is contained in:
Adam D. Ruppe 2022-11-15 15:38:31 -05:00
parent 21a864a2e6
commit 78b8e30cb9
1 changed files with 1 additions and 1 deletions

2
cgi.d
View File

@ -6681,8 +6681,8 @@ version(Windows)
}
version(Posix) {
import core.sys.posix.unistd;
version(CRuntime_Musl) {} else {
import core.sys.posix.unistd;
private extern(C) int posix_spawn(pid_t*, const char*, void*, void*, const char**, const char**);
}
}