Skip to content

Commit a8da209

Browse files
thunder-codingRafaelGSS
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 <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
1 parent a154352 commit a8da209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3374,7 +3374,7 @@ any exit or close events and without running any cleanup handler.
33743374
33753375
This function will never return, unless an error occurred.
33763376
3377-
This function is only available on POSIX platforms (i.e. not Windows or Android).
3377+
This function is not available on Windows.
33783378
33793379
## `process.report`
33803380

0 commit comments

Comments
 (0)