[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[tyndur-devel] [PATCH 1/2] libc: Noch ein bisschen errno.h



+ libc: Weitere Konstante fuer die errno.h

Signed-off-by: Antoine Kaufmann <toni@xxxxxxxxxx>
---
 src/include/errno.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/include/errno.h b/src/include/errno.h
index d255db7..5067ea4 100644
--- a/src/include/errno.h
+++ b/src/include/errno.h
@@ -75,6 +75,7 @@
 #define EOVERFLOW 41
 #define EFBIG 42
 #define EDEADLK 43
+#define EADDRNOTAVAIL 44
 
 extern int errno;
 
-- 
1.6.0.6