From 044af76e50ed3bd1c91b5f5c4e79a04ab88a36c9 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sun, 15 Mar 2009 13:41:46 +0000 Subject: * libc/include/sys/errno.h (ESTRPIPE): Define. * libc/string/strerror.c (strerror): Decode it. --- newlib/libc/include/sys/errno.h | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/libc/include/sys') diff --git a/newlib/libc/include/sys/errno.h b/newlib/libc/include/sys/errno.h index f130e3ebd..8a820a9ed 100644 --- a/newlib/libc/include/sys/errno.h +++ b/newlib/libc/include/sys/errno.h @@ -151,6 +151,7 @@ extern __IMPORT int sys_nerr; #define ECANCELED 140 /* Operation canceled */ #define ENOTRECOVERABLE 141 /* State not recoverable */ #define EOWNERDEAD 142 /* Previous owner died */ +#define ESTRPIPE 143 /* Streams pipe error */ /* From cygwin32. */ -- cgit v1.2.3