Skip to content

x/sys/unix: __sysctl is used on iOS instead of sysctl #35103

@zx2c4

Description

@zx2c4

In issue #34133, @mmaxim reported that the app store was rejecting his app due to the use of __sysctl, which he ascribed to the Go runtime. However, it turns out that the Go runtime uses sysctl, whereas it was x/sys/unix using __sysctl. So, x/sys/unix should be adjusted to use sysctl instead of __sysctl.

CC @eliasnaur

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions