Hacker News new | ask | show | jobs
by orra 966 days ago
> libc is unstable between major releases of Mac OS

Really? I thought Golang on macOS switched from direct syscalls to linking against libc, because the former is unstable but the latter is stable.

1 comments

I’d like to see a source for that too. If libc broke its ABI between OS releases there would be chaos.