mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-11-05 02:07:22 +00:00
As of C11, errno must be a macro, so make it one.
This commit is contained in:
parent
9cd2807bc8
commit
dae27757d3
@ -27,5 +27,6 @@
|
||||
#define ENOSPC 11 /* the file is too large */
|
||||
|
||||
extern int errno;
|
||||
#define errno errno
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user