Test errno constant macros, make ENOTSUP available in Rust
This commit is contained in:
committed by
Jeremy Soller
parent
a45c7b26d9
commit
42011f28d8
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user