errno: define ENOSR if needed

This commit is contained in:
Richard Aas 2015-10-27 12:06:32 +00:00
parent 272242f476
commit 945ef0b69a

View file

@ -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__