scala-native / scala-native

Your favorite language gets closer to bare metal.
http://scala-native.org
Other
4.47k stars 363 forks source link

posixlib & clib errno need proper layering #2992

Closed LeeTibbert closed 1 year ago

LeeTibbert commented 1 year ago

PR #2988 provides the infrastructure to properly layer posixlib errno on top of clib errno. In particular, many of the ERRNO values can be moved from posixlib errno to clib errno.

LeeTibbert commented 1 year ago

I checked carefully. posixlib and clib declarations are fine the way they are now. In the future some Scaladoc might be added if/when anything in that file is touched.