errno: define ENOSR if needed
This commit is contained in:
parent
272242f476
commit
945ef0b69a
1 changed files with 5 additions and 0 deletions
|
@ -237,6 +237,11 @@ typedef bool _Bool;
|
|||
#define EAUTH 217
|
||||
#endif
|
||||
|
||||
/** No STREAM resources */
|
||||
#ifndef ENOSR
|
||||
#define ENOSR 218
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Any C compiler conforming to C99 or later MUST support __func__
|
||||
|
|
Loading…
Add table
Reference in a new issue