Merge branch 'errno-const-macros' into 'master'

Test errno constant macros, make ENOTSUP available in Rust

See merge request redox-os/relibc!556
This commit is contained in:
Jeremy Soller
2024-11-17 16:16:47 +00:00
4 changed files with 795 additions and 3 deletions
-2
View File
@@ -5,8 +5,6 @@
extern "C" {
#endif
#define ENOTSUP EOPNOTSUPP
#define errno (*__errno_location())
#define program_invocation_name (*__program_invocation_name())
#define program_invocation_short_name (*__program_invocation_short_name())