IoLanguage / io

Io programming language. Inspired by Self, Smalltalk and LISP.
http://iolanguage.org
Other
2.67k stars 299 forks source link

don't include sys/sysctl.h on linux #446

Closed alwinber closed 3 years ago

alwinber commented 3 years ago

This is a continuation of https://github.com/IoLanguage/io/pull/445 glibc 2.32 removed <sys/sysctl.h> The Fix was suggested by https://github.com/IoLanguage/io/pull/445#discussion_r581458969

ales-tsurko commented 3 years ago

@stevedekorte could you take a look?

stevedekorte commented 3 years ago

Hey Ales, I'm not on Linux but if it works and looks good to you, please feel free to merge.

ales-tsurko commented 3 years ago

It worked on Manjaro and on Ubuntu under github actions, so I'll merge it.