Test errno constant macros, make ENOTSUP available in Rust

This commit is contained in:
Peter Limkilde Svendsen
2024-11-17 16:16:47 +00:00
committed by Jeremy Soller
parent a45c7b26d9
commit 42011f28d8
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())