From 945ef0b69ad9b649587155ae8987d419624570a5 Mon Sep 17 00:00:00 2001 From: Richard Aas Date: Tue, 27 Oct 2015 12:06:32 +0000 Subject: [PATCH] errno: define ENOSR if needed --- include/re_types.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/re_types.h b/include/re_types.h index e0d9e77..68761fb 100644 --- a/include/re_types.h +++ b/include/re_types.h @@ -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__