OpenOrbis / musl

A PS4 port of musl for the OpenOrbis PS4 Toolchain.
Other
34 stars 9 forks source link

Add ENOTRECOVERABLE and EOWNERDEAD #26

Closed sleirsgoevy closed 2 years ago

sleirsgoevy commented 2 years ago

Although these were added in later FreeBSD versions, libcxx does reference them in their include files. I think it's easier to put them here than to patch LLVM, and adding error codes that just never get returned does not hurt.

FreeBSD 9 does not seem to support robust mutexes, so any code expecting these errno values would break anyway.