Skip to content

Remove posix_spawn* on tvOS and watchOS? #5410

Description

@madsmtm

Apple's spawn.h header marks the posix_spawn* symbols as __API_UNAVAILABLE(watchos, tvos), so we probably shouldn't expose them on those platforms.

Currently though, the standard library uses these symbols, so it seems that this is not enforced very strictly? We should ask Apple (I'll file a FB when I get the time), but in any case, the standard library will have to be updated before we can cfg-gate these away.

Split out from #5158.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions