Skip to content

Commit af0662f

Browse files
committed
Note that posix_spawnp probably still does not work the way people may want
1 parent 5ef4d1f commit af0662f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/doc/rustc/src/platform-support/apple-tvos.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ missing or incomplete support:
3939
- `std::process::Command`'s API will return an error if it is configured in a
4040
manner which cannot be performed using `posix_spawn` -- this is because the
4141
more flexible `fork`/`exec`-based approach is prohibited on these platforms in
42-
favor of `posix_spawn{,p}`. A concrete set of cases where this will occur is
43-
difficult to enumerate (and would quickly become stale), but in some cases it
44-
may be worked around by tweaking the manner in which `Command` is invoked.
42+
favor of `posix_spawn{,p}` (which still probably will get you rejected from
43+
app stores, so is likely sideloading-only). A concrete set of cases where this
44+
will occur is difficult to enumerate (and would quickly become stale), but in
45+
some cases it may be worked around by tweaking the manner in which `Command`
46+
is invoked.
4547

4648
## Building the target
4749

0 commit comments

Comments
 (0)