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