From 3cab1113cfb724d4b0aabcb67f2675078ce49d35 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Mon, 12 Mar 2012 01:46:12 +0100 Subject: [PATCH] Made EOPNOTSUPP an alias for ENOTSUP. --- libmaxsi/decl/errno_values.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libmaxsi/decl/errno_values.h b/libmaxsi/decl/errno_values.h index d8ff189e..7c0cd67a 100644 --- a/libmaxsi/decl/errno_values.h +++ b/libmaxsi/decl/errno_values.h @@ -33,4 +33,6 @@ #define ELAKE 41 #define EMFILE 42 +#define EOPNOTSUPP ENOTSUP + #endif