doc: process.execve is only unavailable for Windows · nodejs/node@945f4ac · GitHub
Skip to content

Commit 945f4ac

Browse files
thunder-codingaduh95
authored andcommitted
doc: process.execve is only unavailable for Windows
execve() call is available on Android as well. When process.execve was first added, it seems like no one checked if that is actually available on Android as well and works out of the box as __POSIX__ is defined on Android. process.execve call seems to behave just as fine as on Linux environment in my testing, so just make the docs specify it. PR-URL: #57726 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parent be038f0 commit 945f4ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/process.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)